#CCDF20

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

Shades of Pear #CCDF20

Tints of Pear #CCDF20

Color information

#CCDF20 (or 0xCCDF20) is unknown color: approx Pear. HEX triplet: CC, DF and 20. RGB value is (204,223,32). Sum of RGB (Red+Green+Blue) = 204+223+32=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF20 is #3320DF. Grayscale: #C4C4C4. Windows color (decimal): -3350752 or 2154444. OLE color: 2154444.

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

Color convert

RGB20422332-
CMYK0.0900.860.13
HSL65.97º74.9%50%-
HSV(B)65.97º85.65%87.45%-
XYZ51.5565.7211.33-
YUV195.5435.71134.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 223 (87.5% from 255) = 48.58%
BLUE value IS 32 (12.89% from 255) = 6.97%
R=44.44%
G=48.58%
B=6.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204223320.0900.860.1365.9774.950
HexCCDF209056D424b32
Octal314337401101261510211362
Binary1100110011011111100000100101010110110110000101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDF20; }

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

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

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

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

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

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

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

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