Shades of Pear #CEE91F
Tints of Pear #CEE91F
RGB
CMYK
RGB Variations
Color information
#CEE91F (or 0xCEE91F) is known color: Pear. HEX triplet: CE, E9 and 1F. RGB value is (206,233,31). Sum of RGB (Red+Green+Blue) = 206+233+31=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 31 (12.5% from 255 or 6.60% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE91F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE91F is #3116E0. Grayscale: #CACACA. Windows color (decimal): -3217121 or 2091470. OLE color: 2091470.
HSL color Cylindrical-coordinate representation of color #CEE91F: hue angle of 68.02º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEE91F is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 31 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.09 |
| HSL | 68.02º | 0.82% | 0.52% | - |
| HSV(B) | 68.02º | 0.87% | 0.91% | - |
| XYZ | 54.84 | 71.5 | 12.21 | - |
| YUV | 201.9 | 31.55 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 31 | 0.12 | 0 | 0.87 | 0.09 | 68.02 | 0.82 | 0.52 |
| Hex | CE | E9 | 1F | C | 0 | 57 | 9 | 44 | 52 | 34 |
| Octal | 316 | 351 | 37 | 14 | 0 | 127 | 11 | 104 | 122 | 64 |
| Binary | 11001110 | 11101001 | 11111 | 1100 | 0 | 1010111 | 1001 | 1000100 | 1010010 | 110100 |
Color Harmonies of #CEE91F
Complementary color
Monochromatic Colors of #CEE91F
Black with #CEE91F
Text Example
Text Example
White with #CEE91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE91F; }
p { color: rgb(206,233,31); }
H1.HeaderClassName
{
color: #CEE91F;
}
.AnyTagClassName
{
color: #CEE91F;
}
</style>
background-color css
<style>
a { background-color: #CEE91F; }
a { background-color: rgb(206,233,31); }
div.DivClassName
{
background-color: #CEE91F;
}
.BgClassName
{
background-color: #CEE91F;
}
</style>
border-color css
<style>
span { border-color: #CEE91F; }
span { border-color: rgb(206,233,31); }
td.TdClassName
{
border-color: #CEE91F;
}
.TagClassName
{
border-color: #CEE91F;
}
</style>