Shades of Pear #CEE111
Tints of Pear #CEE111
RGB
CMYK
RGB Variations
Color information
#CEE111 (or 0xCEE111) is known color: Pear. HEX triplet: CE, E1 and 11. RGB value is (206,225,17). Sum of RGB (Red+Green+Blue) = 206+225+17=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE111 is #311EEE. Grayscale: #C4C4C4. Windows color (decimal): -3219183 or 1171918. OLE color: 1171918.
HSL color Cylindrical-coordinate representation of color #CEE111: hue angle of 65.48º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEE111 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 17 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.12 |
| HSL | 65.48º | 0.86% | 0.47% | - |
| HSV(B) | 65.48º | 0.92% | 0.88% | - |
| XYZ | 52.48 | 67.01 | 10.7 | - |
| YUV | 195.61 | 27.21 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 17 | 0.08 | 0 | 0.92 | 0.12 | 65.48 | 0.86 | 0.47 |
| Hex | CE | E1 | 11 | 8 | 0 | 5C | C | 41 | 56 | 2F |
| Octal | 316 | 341 | 21 | 10 | 0 | 134 | 14 | 101 | 126 | 57 |
| Binary | 11001110 | 11100001 | 10001 | 1000 | 0 | 1011100 | 1100 | 1000001 | 1010110 | 101111 |
Color Harmonies of #CEE111
Complementary color
Monochromatic Colors of #CEE111
Black with #CEE111
Text Example
Text Example
White with #CEE111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE111; }
p { color: rgb(206,225,17); }
H1.HeaderClassName
{
color: #CEE111;
}
.AnyTagClassName
{
color: #CEE111;
}
</style>
background-color css
<style>
a { background-color: #CEE111; }
a { background-color: rgb(206,225,17); }
div.DivClassName
{
background-color: #CEE111;
}
.BgClassName
{
background-color: #CEE111;
}
</style>
border-color css
<style>
span { border-color: #CEE111; }
span { border-color: rgb(206,225,17); }
td.TdClassName
{
border-color: #CEE111;
}
.TagClassName
{
border-color: #CEE111;
}
</style>