#CCDE2C

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

Shades of Pear #CCDE2C

Tints of Pear #CCDE2C

Color information

#CCDE2C (or 0xCCDE2C) is unknown color: approx Pear. HEX triplet: CC, DE and 2C. RGB value is (204,222,44). Sum of RGB (Red+Green+Blue) = 204+222+44=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE2C is #3321D3. Grayscale: #C5C5C5. Windows color (decimal): -3350996 or 2940620. OLE color: 2940620.

HSL color Cylindrical-coordinate representation of color #CCDE2C: hue angle of 66.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCDE2C is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB20422244-
CMYK0.0800.800.13
HSL66.07º72.95%52.16%-
HSV(B)66.07º80.18%87.06%-
XYZ51.4865.2612.27-
YUV196.3342.04133.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 222 (87.11% from 255) = 47.23%
BLUE value IS 44 (17.58% from 255) = 9.36%
R=43.40%
G=47.23%
B=9.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204222440.0800.800.1366.0772.9552.16
HexCCDE2C8050D424934
Octal314336541001201510211164
Binary1100110011011110101100100001010000110110000101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE2C; }

 p { color: rgb(204,222,44); }

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

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

 a { background-color: rgb(204,222,44); }

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

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

 span { border-color: rgb(204,222,44); }

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