Shades of Pear #CCE424
Tints of Pear #CCE424
RGB
CMYK
RGB Variations
Color information
#CCE424 (or 0xCCE424) is known color: Pear. HEX triplet: CC, E4 and 24. RGB value is (204,228,36). Sum of RGB (Red+Green+Blue) = 204+228+36=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE424 is #331BDB. Grayscale: #C7C7C7. Windows color (decimal): -3349468 or 2417868. OLE color: 2417868.
HSL color Cylindrical-coordinate representation of color #CCE424: hue angle of 67.5º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCE424 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 36 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.11 |
| HSL | 67.5º | 0.78% | 0.52% | - |
| HSV(B) | 67.5º | 0.84% | 0.89% | - |
| XYZ | 52.96 | 68.45 | 12.09 | - |
| YUV | 198.94 | 36.05 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 36 | 0.11 | 0 | 0.84 | 0.11 | 67.5 | 0.78 | 0.52 |
| Hex | CC | E4 | 24 | B | 0 | 54 | B | 44 | 4E | 34 |
| Octal | 314 | 344 | 44 | 13 | 0 | 124 | 13 | 104 | 116 | 64 |
| Binary | 11001100 | 11100100 | 100100 | 1011 | 0 | 1010100 | 1011 | 1000100 | 1001110 | 110100 |
Color Harmonies of #CCE424
Complementary color
Monochromatic Colors of #CCE424
Black with #CCE424
Text Example
Text Example
White with #CCE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE424; }
p { color: rgb(204,228,36); }
H1.HeaderClassName
{
color: #CCE424;
}
.AnyTagClassName
{
color: #CCE424;
}
</style>
background-color css
<style>
a { background-color: #CCE424; }
a { background-color: rgb(204,228,36); }
div.DivClassName
{
background-color: #CCE424;
}
.BgClassName
{
background-color: #CCE424;
}
</style>
border-color css
<style>
span { border-color: #CCE424; }
span { border-color: rgb(204,228,36); }
td.TdClassName
{
border-color: #CCE424;
}
.TagClassName
{
border-color: #CCE424;
}
</style>