Shades of Pear #CCDE32
Tints of Pear #CCDE32
RGB
CMYK
RGB Variations
Color information
#CCDE32 (or 0xCCDE32) is known color: Pear. HEX triplet: CC, DE and 32. RGB value is (204,222,50). Sum of RGB (Red+Green+Blue) = 204+222+50=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE32 is #3321CD. Grayscale: #C5C5C5. Windows color (decimal): -3350990 or 3333836. OLE color: 3333836.
HSL color Cylindrical-coordinate representation of color #CCDE32: hue angle of 66.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCDE32 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 50 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.13 |
| HSL | 66.28º | 0.72% | 0.53% | - |
| HSV(B) | 66.28º | 0.77% | 0.87% | - |
| XYZ | 51.6 | 65.31 | 12.9 | - |
| YUV | 197.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 50 | 0.08 | 0 | 0.77 | 0.13 | 66.28 | 0.72 | 0.53 |
| Hex | CC | DE | 32 | 8 | 0 | 4D | D | 42 | 48 | 35 |
| Octal | 314 | 336 | 62 | 10 | 0 | 115 | 15 | 102 | 110 | 65 |
| Binary | 11001100 | 11011110 | 110010 | 1000 | 0 | 1001101 | 1101 | 1000010 | 1001000 | 110101 |
Color Harmonies of #CCDE32
Complementary color
Monochromatic Colors of #CCDE32
Black with #CCDE32
Text Example
Text Example
White with #CCDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE32; }
p { color: rgb(204,222,50); }
H1.HeaderClassName
{
color: #CCDE32;
}
.AnyTagClassName
{
color: #CCDE32;
}
</style>
background-color css
<style>
a { background-color: #CCDE32; }
a { background-color: rgb(204,222,50); }
div.DivClassName
{
background-color: #CCDE32;
}
.BgClassName
{
background-color: #CCDE32;
}
</style>
border-color css
<style>
span { border-color: #CCDE32; }
span { border-color: rgb(204,222,50); }
td.TdClassName
{
border-color: #CCDE32;
}
.TagClassName
{
border-color: #CCDE32;
}
</style>