Shades of Pear #CEE818
Tints of Pear #CEE818
RGB
CMYK
RGB Variations
Color information
#CEE818 (or 0xCEE818) is known color: Pear. HEX triplet: CE, E8 and 18. RGB value is (206,232,24). Sum of RGB (Red+Green+Blue) = 206+232+24=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 24 (9.77% from 255 or 5.19% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE818 is #3117E7. Grayscale: #C9C9C9. Windows color (decimal): -3217384 or 1632462. OLE color: 1632462.
HSL color Cylindrical-coordinate representation of color #CEE818: hue angle of 67.5º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEE818 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 24 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.09 |
| HSL | 67.5º | 0.82% | 0.5% | - |
| HSV(B) | 67.5º | 0.9% | 0.91% | - |
| XYZ | 54.48 | 70.9 | 11.68 | - |
| YUV | 200.51 | 28.39 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 24 | 0.11 | 0 | 0.90 | 0.09 | 67.5 | 0.82 | 0.5 |
| Hex | CE | E8 | 18 | B | 0 | 5A | 9 | 44 | 52 | 32 |
| Octal | 316 | 350 | 30 | 13 | 0 | 132 | 11 | 104 | 122 | 62 |
| Binary | 11001110 | 11101000 | 11000 | 1011 | 0 | 1011010 | 1001 | 1000100 | 1010010 | 110010 |
Color Harmonies of #CEE818
Complementary color
Monochromatic Colors of #CEE818
Black with #CEE818
Text Example
Text Example
White with #CEE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE818; }
p { color: rgb(206,232,24); }
H1.HeaderClassName
{
color: #CEE818;
}
.AnyTagClassName
{
color: #CEE818;
}
</style>
background-color css
<style>
a { background-color: #CEE818; }
a { background-color: rgb(206,232,24); }
div.DivClassName
{
background-color: #CEE818;
}
.BgClassName
{
background-color: #CEE818;
}
</style>
border-color css
<style>
span { border-color: #CEE818; }
span { border-color: rgb(206,232,24); }
td.TdClassName
{
border-color: #CEE818;
}
.TagClassName
{
border-color: #CEE818;
}
</style>