Shades of Pear #CEE312
Tints of Pear #CEE312
RGB
CMYK
RGB Variations
Color information
#CEE312 (or 0xCEE312) is known color: Pear. HEX triplet: CE, E3 and 12. RGB value is (206,227,18). Sum of RGB (Red+Green+Blue) = 206+227+18=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE312 is #311CED. Grayscale: #C5C5C5. Windows color (decimal): -3218670 or 1237966. OLE color: 1237966.
HSL color Cylindrical-coordinate representation of color #CEE312: hue angle of 66.03º 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 #CEE312 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 18 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.11 |
| HSL | 66.03º | 0.85% | 0.48% | - |
| HSV(B) | 66.03º | 0.92% | 0.89% | - |
| XYZ | 53.03 | 68.1 | 10.92 | - |
| YUV | 196.9 | 27.04 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 18 | 0.09 | 0 | 0.92 | 0.11 | 66.03 | 0.85 | 0.48 |
| Hex | CE | E3 | 12 | 9 | 0 | 5C | B | 42 | 55 | 30 |
| Octal | 316 | 343 | 22 | 11 | 0 | 134 | 13 | 102 | 125 | 60 |
| Binary | 11001110 | 11100011 | 10010 | 1001 | 0 | 1011100 | 1011 | 1000010 | 1010101 | 110000 |
Color Harmonies of #CEE312
Complementary color
Monochromatic Colors of #CEE312
Black with #CEE312
Text Example
Text Example
White with #CEE312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE312; }
p { color: rgb(206,227,18); }
H1.HeaderClassName
{
color: #CEE312;
}
.AnyTagClassName
{
color: #CEE312;
}
</style>
background-color css
<style>
a { background-color: #CEE312; }
a { background-color: rgb(206,227,18); }
div.DivClassName
{
background-color: #CEE312;
}
.BgClassName
{
background-color: #CEE312;
}
</style>
border-color css
<style>
span { border-color: #CEE312; }
span { border-color: rgb(206,227,18); }
td.TdClassName
{
border-color: #CEE312;
}
.TagClassName
{
border-color: #CEE312;
}
</style>