#CCEC18

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

Shades of Pear #CCEC18

Tints of Pear #CCEC18

Color information

#CCEC18 (or 0xCCEC18) is unknown color: approx Pear. HEX triplet: CC, EC and 18. RGB value is (204,236,24). Sum of RGB (Red+Green+Blue) = 204+236+24=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEC18 is #3313E7. Grayscale: #CBCBCB. Windows color (decimal): -3347432 or 1633484. OLE color: 1633484.

HSL color Cylindrical-coordinate representation of color #CCEC18: hue angle of 69.06º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCEC18 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB20423624-
CMYK0.1400.900.07
HSL69.06º84.8%50.98%-
HSV(B)69.06º89.83%92.55%-
XYZ55.0672.8912.03-
YUV202.2627.4129.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 236 (92.58% from 255) = 50.86%
BLUE value IS 24 (9.77% from 255) = 5.17%
R=43.97%
G=50.86%
B=5.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204236240.1400.900.0769.0684.850.98
HexCCEC18E05A7455533
Octal31435430160132710512563
Binary11001100111011001100011100101101011110001011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEC18; }

 p { color: rgb(204,236,24); }

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

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

 a { background-color: rgb(204,236,24); }

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

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

 span { border-color: rgb(204,236,24); }

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