Shades of Pear #CEE412
Tints of Pear #CEE412
RGB
CMYK
RGB Variations
Color information
#CEE412 (or 0xCEE412) is known color: Pear. HEX triplet: CE, E4 and 12. RGB value is (206,228,18). Sum of RGB (Red+Green+Blue) = 206+228+18=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE412 is #311BED. Grayscale: #C6C6C6. Windows color (decimal): -3218414 or 1238222. OLE color: 1238222.
HSL color Cylindrical-coordinate representation of color #CEE412: hue angle of 66.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEE412 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 18 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.11 |
| HSL | 66.29º | 0.85% | 0.48% | - |
| HSV(B) | 66.29º | 0.92% | 0.89% | - |
| XYZ | 53.31 | 68.65 | 11.01 | - |
| YUV | 197.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 18 | 0.10 | 0 | 0.92 | 0.11 | 66.29 | 0.85 | 0.48 |
| Hex | CE | E4 | 12 | A | 0 | 5C | B | 42 | 55 | 30 |
| Octal | 316 | 344 | 22 | 12 | 0 | 134 | 13 | 102 | 125 | 60 |
| Binary | 11001110 | 11100100 | 10010 | 1010 | 0 | 1011100 | 1011 | 1000010 | 1010101 | 110000 |
Color Harmonies of #CEE412
Complementary color
Monochromatic Colors of #CEE412
Black with #CEE412
Text Example
Text Example
White with #CEE412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE412; }
p { color: rgb(206,228,18); }
H1.HeaderClassName
{
color: #CEE412;
}
.AnyTagClassName
{
color: #CEE412;
}
</style>
background-color css
<style>
a { background-color: #CEE412; }
a { background-color: rgb(206,228,18); }
div.DivClassName
{
background-color: #CEE412;
}
.BgClassName
{
background-color: #CEE412;
}
</style>
border-color css
<style>
span { border-color: #CEE412; }
span { border-color: rgb(206,228,18); }
td.TdClassName
{
border-color: #CEE412;
}
.TagClassName
{
border-color: #CEE412;
}
</style>