#CEEF3F

Color #CEEF3F Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CEEF3F

Tints of Pear #CEEF3F

Color information

#CEEF3F (or 0xCEEF3F) is unknown color: approx Pear. HEX triplet: CE, EF and 3F. RGB value is (206,239,63). Sum of RGB (Red+Green+Blue) = 206+239+63=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF3F is #3110C0. Grayscale: #D1D1D1. Windows color (decimal): -3215553 or 4190158. OLE color: 4190158.

HSL color Cylindrical-coordinate representation of color #CEEF3F: hue angle of 71.25º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEEF3F is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB20623963-
CMYK0.1400.740.06
HSL71.25º84.62%59.22%-
HSV(B)71.25º73.64%93.73%-
XYZ57.2275.2116.2-
YUV209.0745.57125.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 239 (93.75% from 255) = 47.05%
BLUE value IS 63 (25% from 255) = 12.40%
R=40.55%
G=47.05%
B=12.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal206239630.1400.740.0671.2584.6259.22
HexCEEF3FE04A647553b
Octal31635777160112610712573
Binary110011101110111111111111100100101011010001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEF3F; }

 p { color: rgb(206,239,63); }

 H1.HeaderClassName
 {
   color: #CEEF3F;
 }
 .AnyTagClassName
 {
   color: #CEEF3F;
 }
</style>
background-color css

<style>
 a { background-color: #CEEF3F; }

 a { background-color: rgb(206,239,63); }

 div.DivClassName
 {
   background-color: #CEEF3F;
 }
 .BgClassName
 {
   background-color: #CEEF3F;
 }
</style>
border-color css

<style>
 span { border-color: #CEEF3F; }

 span { border-color: rgb(206,239,63); }

 td.TdClassName
 {
   border-color: #CEEF3F;
 }
 .TagClassName
 {
   border-color: #CEEF3F;
 }
</style>