Shades of Pear #CCE816
Tints of Pear #CCE816
RGB
CMYK
RGB Variations
Color information
#CCE816 (or 0xCCE816) is known color: Pear. HEX triplet: CC, E8 and 16. RGB value is (204,232,22). Sum of RGB (Red+Green+Blue) = 204+232+22=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE816 is #3317E9. Grayscale: #C8C8C8. Windows color (decimal): -3348458 or 1501388. OLE color: 1501388.
HSL color Cylindrical-coordinate representation of color #CCE816: hue angle of 68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCE816 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 22 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.09 |
| HSL | 68º | 0.83% | 0.5% | - |
| HSV(B) | 68º | 0.91% | 0.91% | - |
| XYZ | 53.9 | 70.61 | 11.55 | - |
| YUV | 199.69 | 27.72 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 22 | 0.12 | 0 | 0.91 | 0.09 | 68 | 0.83 | 0.5 |
| Hex | CC | E8 | 16 | C | 0 | 5B | 9 | 44 | 53 | 32 |
| Octal | 314 | 350 | 26 | 14 | 0 | 133 | 11 | 104 | 123 | 62 |
| Binary | 11001100 | 11101000 | 10110 | 1100 | 0 | 1011011 | 1001 | 1000100 | 1010011 | 110010 |
Color Harmonies of #CCE816
Complementary color
Monochromatic Colors of #CCE816
Black with #CCE816
Text Example
Text Example
White with #CCE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE816; }
p { color: rgb(204,232,22); }
H1.HeaderClassName
{
color: #CCE816;
}
.AnyTagClassName
{
color: #CCE816;
}
</style>
background-color css
<style>
a { background-color: #CCE816; }
a { background-color: rgb(204,232,22); }
div.DivClassName
{
background-color: #CCE816;
}
.BgClassName
{
background-color: #CCE816;
}
</style>
border-color css
<style>
span { border-color: #CCE816; }
span { border-color: rgb(204,232,22); }
td.TdClassName
{
border-color: #CCE816;
}
.TagClassName
{
border-color: #CCE816;
}
</style>