#CEF042

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

Shades of Pear #CEF042

Tints of Pear #CEF042

Color information

#CEF042 (or 0xCEF042) is unknown color: approx Pear. HEX triplet: CE, F0 and 42. RGB value is (206,240,66). Sum of RGB (Red+Green+Blue) = 206+240+66=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF042 is #310FBD. Grayscale: #D2D2D2. Windows color (decimal): -3215294 or 4387022. OLE color: 4387022.

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

Color convert

RGB20624066-
CMYK0.1400.720.06
HSL71.72º85.29%60%-
HSV(B)71.72º72.5%94.12%-
XYZ57.675.8416.76-
YUV21046.74125.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 240 (94.14% from 255) = 46.88%
BLUE value IS 66 (26.17% from 255) = 12.89%
R=40.23%
G=46.88%
B=12.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal206240660.1400.720.0671.7285.2960
HexCEF042E048648553c
Octal316360102160110611012574
Binary1100111011110000100001011100100100011010010001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF042; }

 p { color: rgb(206,240,66); }

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

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

 a { background-color: rgb(206,240,66); }

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

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

 span { border-color: rgb(206,240,66); }

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