Shades of Pear #CEE116
Tints of Pear #CEE116
RGB
CMYK
RGB Variations
Color information
#CEE116 (or 0xCEE116) is known color: Pear. HEX triplet: CE, E1 and 16. RGB value is (206,225,22). Sum of RGB (Red+Green+Blue) = 206+225+22=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE116 is #311EE9. Grayscale: #C4C4C4. Windows color (decimal): -3219178 or 1499598. OLE color: 1499598.
HSL color Cylindrical-coordinate representation of color #CEE116: hue angle of 65.62º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEE116 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 22 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.12 |
| HSL | 65.62º | 0.82% | 0.48% | - |
| HSV(B) | 65.62º | 0.9% | 0.88% | - |
| XYZ | 52.52 | 67.03 | 10.93 | - |
| YUV | 196.18 | 29.71 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 22 | 0.08 | 0 | 0.90 | 0.12 | 65.62 | 0.82 | 0.48 |
| Hex | CE | E1 | 16 | 8 | 0 | 5A | C | 42 | 52 | 30 |
| Octal | 316 | 341 | 26 | 10 | 0 | 132 | 14 | 102 | 122 | 60 |
| Binary | 11001110 | 11100001 | 10110 | 1000 | 0 | 1011010 | 1100 | 1000010 | 1010010 | 110000 |
Color Harmonies of #CEE116
Complementary color
Monochromatic Colors of #CEE116
Black with #CEE116
Text Example
Text Example
White with #CEE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE116; }
p { color: rgb(206,225,22); }
H1.HeaderClassName
{
color: #CEE116;
}
.AnyTagClassName
{
color: #CEE116;
}
</style>
background-color css
<style>
a { background-color: #CEE116; }
a { background-color: rgb(206,225,22); }
div.DivClassName
{
background-color: #CEE116;
}
.BgClassName
{
background-color: #CEE116;
}
</style>
border-color css
<style>
span { border-color: #CEE116; }
span { border-color: rgb(206,225,22); }
td.TdClassName
{
border-color: #CEE116;
}
.TagClassName
{
border-color: #CEE116;
}
</style>