Shades of Pear #CEE414
Tints of Pear #CEE414
RGB
CMYK
RGB Variations
Color information
#CEE414 (or 0xCEE414) is known color: Pear. HEX triplet: CE, E4 and 14. RGB value is (206,228,20). Sum of RGB (Red+Green+Blue) = 206+228+20=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE414 is #311BEB. Grayscale: #C6C6C6. Windows color (decimal): -3218412 or 1369294. OLE color: 1369294.
HSL color Cylindrical-coordinate representation of color #CEE414: hue angle of 66.35º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEE414 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 20 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.11 |
| HSL | 66.35º | 0.84% | 0.49% | - |
| HSV(B) | 66.35º | 0.91% | 0.89% | - |
| XYZ | 53.32 | 68.66 | 11.1 | - |
| YUV | 197.71 | 27.71 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 20 | 0.10 | 0 | 0.91 | 0.11 | 66.35 | 0.84 | 0.49 |
| Hex | CE | E4 | 14 | A | 0 | 5B | B | 42 | 54 | 31 |
| Octal | 316 | 344 | 24 | 12 | 0 | 133 | 13 | 102 | 124 | 61 |
| Binary | 11001110 | 11100100 | 10100 | 1010 | 0 | 1011011 | 1011 | 1000010 | 1010100 | 110001 |
Color Harmonies of #CEE414
Complementary color
Monochromatic Colors of #CEE414
Black with #CEE414
Text Example
Text Example
White with #CEE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE414; }
p { color: rgb(206,228,20); }
H1.HeaderClassName
{
color: #CEE414;
}
.AnyTagClassName
{
color: #CEE414;
}
</style>
background-color css
<style>
a { background-color: #CEE414; }
a { background-color: rgb(206,228,20); }
div.DivClassName
{
background-color: #CEE414;
}
.BgClassName
{
background-color: #CEE414;
}
</style>
border-color css
<style>
span { border-color: #CEE414; }
span { border-color: rgb(206,228,20); }
td.TdClassName
{
border-color: #CEE414;
}
.TagClassName
{
border-color: #CEE414;
}
</style>