Shades of Pear #CCDE34
Tints of Pear #CCDE34
RGB
CMYK
RGB Variations
Color information
#CCDE34 (or 0xCCDE34) is known color: Pear. HEX triplet: CC, DE and 34. RGB value is (204,222,52). Sum of RGB (Red+Green+Blue) = 204+222+52=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE34 is #3321CB. Grayscale: #C5C5C5. Windows color (decimal): -3350988 or 3464908. OLE color: 3464908.
HSL color Cylindrical-coordinate representation of color #CCDE34: hue angle of 66.35º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCDE34 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 52 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.13 |
| HSL | 66.35º | 0.72% | 0.54% | - |
| HSV(B) | 66.35º | 0.77% | 0.87% | - |
| XYZ | 51.64 | 65.33 | 13.14 | - |
| YUV | 197.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 52 | 0.08 | 0 | 0.77 | 0.13 | 66.35 | 0.72 | 0.54 |
| Hex | CC | DE | 34 | 8 | 0 | 4D | D | 42 | 48 | 36 |
| Octal | 314 | 336 | 64 | 10 | 0 | 115 | 15 | 102 | 110 | 66 |
| Binary | 11001100 | 11011110 | 110100 | 1000 | 0 | 1001101 | 1101 | 1000010 | 1001000 | 110110 |
Color Harmonies of #CCDE34
Complementary color
Monochromatic Colors of #CCDE34
Black with #CCDE34
Text Example
Text Example
White with #CCDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE34; }
p { color: rgb(204,222,52); }
H1.HeaderClassName
{
color: #CCDE34;
}
.AnyTagClassName
{
color: #CCDE34;
}
</style>
background-color css
<style>
a { background-color: #CCDE34; }
a { background-color: rgb(204,222,52); }
div.DivClassName
{
background-color: #CCDE34;
}
.BgClassName
{
background-color: #CCDE34;
}
</style>
border-color css
<style>
span { border-color: #CCDE34; }
span { border-color: rgb(204,222,52); }
td.TdClassName
{
border-color: #CCDE34;
}
.TagClassName
{
border-color: #CCDE34;
}
</style>