Shades of Pear #CEE014
Tints of Pear #CEE014
RGB
CMYK
RGB Variations
Color information
#CEE014 (or 0xCEE014) is known color: Pear. HEX triplet: CE, E0 and 14. RGB value is (206,224,20). Sum of RGB (Red+Green+Blue) = 206+224+20=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE014 is #311FEB. Grayscale: #C4C4C4. Windows color (decimal): -3219436 or 1368270. OLE color: 1368270.
HSL color Cylindrical-coordinate representation of color #CEE014: hue angle of 65.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEE014 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 20 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.12 |
| HSL | 65.29º | 0.84% | 0.48% | - |
| HSV(B) | 65.29º | 0.91% | 0.88% | - |
| XYZ | 52.24 | 66.48 | 10.74 | - |
| YUV | 195.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 20 | 0.08 | 0 | 0.91 | 0.12 | 65.29 | 0.84 | 0.48 |
| Hex | CE | E0 | 14 | 8 | 0 | 5B | C | 41 | 54 | 30 |
| Octal | 316 | 340 | 24 | 10 | 0 | 133 | 14 | 101 | 124 | 60 |
| Binary | 11001110 | 11100000 | 10100 | 1000 | 0 | 1011011 | 1100 | 1000001 | 1010100 | 110000 |
Color Harmonies of #CEE014
Complementary color
Monochromatic Colors of #CEE014
Black with #CEE014
Text Example
Text Example
White with #CEE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE014; }
p { color: rgb(206,224,20); }
H1.HeaderClassName
{
color: #CEE014;
}
.AnyTagClassName
{
color: #CEE014;
}
</style>
background-color css
<style>
a { background-color: #CEE014; }
a { background-color: rgb(206,224,20); }
div.DivClassName
{
background-color: #CEE014;
}
.BgClassName
{
background-color: #CEE014;
}
</style>
border-color css
<style>
span { border-color: #CEE014; }
span { border-color: rgb(206,224,20); }
td.TdClassName
{
border-color: #CEE014;
}
.TagClassName
{
border-color: #CEE014;
}
</style>