Shades of Pear #CEE81C
Tints of Pear #CEE81C
RGB
CMYK
RGB Variations
Color information
#CEE81C (or 0xCEE81C) is known color: Pear. HEX triplet: CE, E8 and 1C. RGB value is (206,232,28). Sum of RGB (Red+Green+Blue) = 206+232+28=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE81C is #3117E3. Grayscale: #C9C9C9. Windows color (decimal): -3217380 or 1894606. OLE color: 1894606.
HSL color Cylindrical-coordinate representation of color #CEE81C: hue angle of 67.65º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEE81C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 28 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.09 |
| HSL | 67.65º | 0.82% | 0.51% | - |
| HSV(B) | 67.65º | 0.88% | 0.91% | - |
| XYZ | 54.52 | 70.92 | 11.91 | - |
| YUV | 200.97 | 30.39 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 28 | 0.11 | 0 | 0.88 | 0.09 | 67.65 | 0.82 | 0.51 |
| Hex | CE | E8 | 1C | B | 0 | 58 | 9 | 44 | 52 | 33 |
| Octal | 316 | 350 | 34 | 13 | 0 | 130 | 11 | 104 | 122 | 63 |
| Binary | 11001110 | 11101000 | 11100 | 1011 | 0 | 1011000 | 1001 | 1000100 | 1010010 | 110011 |
Color Harmonies of #CEE81C
Complementary color
Monochromatic Colors of #CEE81C
Black with #CEE81C
Text Example
Text Example
White with #CEE81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE81C; }
p { color: rgb(206,232,28); }
H1.HeaderClassName
{
color: #CEE81C;
}
.AnyTagClassName
{
color: #CEE81C;
}
</style>
background-color css
<style>
a { background-color: #CEE81C; }
a { background-color: rgb(206,232,28); }
div.DivClassName
{
background-color: #CEE81C;
}
.BgClassName
{
background-color: #CEE81C;
}
</style>
border-color css
<style>
span { border-color: #CEE81C; }
span { border-color: rgb(206,232,28); }
td.TdClassName
{
border-color: #CEE81C;
}
.TagClassName
{
border-color: #CEE81C;
}
</style>