Shades of Pear #CEE815
Tints of Pear #CEE815
RGB
CMYK
RGB Variations
Color information
#CEE815 (or 0xCEE815) is known color: Pear. HEX triplet: CE, E8 and 15. RGB value is (206,232,21). Sum of RGB (Red+Green+Blue) = 206+232+21=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE815 is #3117EA. Grayscale: #C8C8C8. Windows color (decimal): -3217387 or 1435854. OLE color: 1435854.
HSL color Cylindrical-coordinate representation of color #CEE815: hue angle of 67.39º 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 #CEE815 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 21 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.09 |
| HSL | 67.39º | 0.83% | 0.5% | - |
| HSV(B) | 67.39º | 0.91% | 0.91% | - |
| XYZ | 54.45 | 70.89 | 11.52 | - |
| YUV | 200.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 21 | 0.11 | 0 | 0.91 | 0.09 | 67.39 | 0.83 | 0.5 |
| Hex | CE | E8 | 15 | B | 0 | 5B | 9 | 43 | 53 | 32 |
| Octal | 316 | 350 | 25 | 13 | 0 | 133 | 11 | 103 | 123 | 62 |
| Binary | 11001110 | 11101000 | 10101 | 1011 | 0 | 1011011 | 1001 | 1000011 | 1010011 | 110010 |
Color Harmonies of #CEE815
Complementary color
Monochromatic Colors of #CEE815
Black with #CEE815
Text Example
Text Example
White with #CEE815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE815; }
p { color: rgb(206,232,21); }
H1.HeaderClassName
{
color: #CEE815;
}
.AnyTagClassName
{
color: #CEE815;
}
</style>
background-color css
<style>
a { background-color: #CEE815; }
a { background-color: rgb(206,232,21); }
div.DivClassName
{
background-color: #CEE815;
}
.BgClassName
{
background-color: #CEE815;
}
</style>
border-color css
<style>
span { border-color: #CEE815; }
span { border-color: rgb(206,232,21); }
td.TdClassName
{
border-color: #CEE815;
}
.TagClassName
{
border-color: #CEE815;
}
</style>