Shades of Pear #CEE411
Tints of Pear #CEE411
RGB
CMYK
RGB Variations
Color information
#CEE411 (or 0xCEE411) is known color: Pear. HEX triplet: CE, E4 and 11. RGB value is (206,228,17). Sum of RGB (Red+Green+Blue) = 206+228+17=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE411 is #311BEE. Grayscale: #C6C6C6. Windows color (decimal): -3218415 or 1172686. OLE color: 1172686.
HSL color Cylindrical-coordinate representation of color #CEE411: hue angle of 66.26º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEE411 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 17 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.11 |
| HSL | 66.26º | 0.86% | 0.48% | - |
| HSV(B) | 66.26º | 0.93% | 0.89% | - |
| XYZ | 53.3 | 68.65 | 10.97 | - |
| YUV | 197.37 | 26.21 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 17 | 0.10 | 0 | 0.93 | 0.11 | 66.26 | 0.86 | 0.48 |
| Hex | CE | E4 | 11 | A | 0 | 5D | B | 42 | 56 | 30 |
| Octal | 316 | 344 | 21 | 12 | 0 | 135 | 13 | 102 | 126 | 60 |
| Binary | 11001110 | 11100100 | 10001 | 1010 | 0 | 1011101 | 1011 | 1000010 | 1010110 | 110000 |
Color Harmonies of #CEE411
Complementary color
Monochromatic Colors of #CEE411
Black with #CEE411
Text Example
Text Example
White with #CEE411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE411; }
p { color: rgb(206,228,17); }
H1.HeaderClassName
{
color: #CEE411;
}
.AnyTagClassName
{
color: #CEE411;
}
</style>
background-color css
<style>
a { background-color: #CEE411; }
a { background-color: rgb(206,228,17); }
div.DivClassName
{
background-color: #CEE411;
}
.BgClassName
{
background-color: #CEE411;
}
</style>
border-color css
<style>
span { border-color: #CEE411; }
span { border-color: rgb(206,228,17); }
td.TdClassName
{
border-color: #CEE411;
}
.TagClassName
{
border-color: #CEE411;
}
</style>