#CCDF18

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

Shades of Pear #CCDF18

Tints of Pear #CCDF18

Color information

#CCDF18 (or 0xCCDF18) is unknown color: approx Pear. HEX triplet: CC, DF and 18. RGB value is (204,223,24). Sum of RGB (Red+Green+Blue) = 204+223+24=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF18 is #3320E7. Grayscale: #C3C3C3. Windows color (decimal): -3350760 or 1630156. OLE color: 1630156.

HSL color Cylindrical-coordinate representation of color #CCDF18: hue angle of 65.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCDF18 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB20422324-
CMYK0.0900.890.13
HSL65.73º80.57%48.43%-
HSV(B)65.73º89.24%87.45%-
XYZ51.4565.6810.83-
YUV194.6331.71134.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 223 (87.5% from 255) = 49.45%
BLUE value IS 24 (9.77% from 255) = 5.32%
R=45.23%
G=49.45%
B=5.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204223240.0900.890.1365.7380.5748.43
HexCCDF189059D425130
Octal314337301101311510212160
Binary110011001101111111000100101011001110110000101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDF18; }

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

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

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

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

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

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

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

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