Shades of Pear #CEE92A
Tints of Pear #CEE92A
RGB
CMYK
RGB Variations
Color information
#CEE92A (or 0xCEE92A) is known color: Pear. HEX triplet: CE, E9 and 2A. RGB value is (206,233,42). Sum of RGB (Red+Green+Blue) = 206+233+42=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 42 (16.80% from 255 or 8.73% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE92A is #3116D5. Grayscale: #CBCBCB. Windows color (decimal): -3217110 or 2812366. OLE color: 2812366.
HSL color Cylindrical-coordinate representation of color #CEE92A: hue angle of 68.48º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEE92A is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 42 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.09 |
| HSL | 68.48º | 0.81% | 0.54% | - |
| HSV(B) | 68.48º | 0.82% | 0.91% | - |
| XYZ | 55.01 | 71.57 | 13.1 | - |
| YUV | 203.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 42 | 0.12 | 0 | 0.82 | 0.09 | 68.48 | 0.81 | 0.54 |
| Hex | CE | E9 | 2A | C | 0 | 52 | 9 | 44 | 51 | 36 |
| Octal | 316 | 351 | 52 | 14 | 0 | 122 | 11 | 104 | 121 | 66 |
| Binary | 11001110 | 11101001 | 101010 | 1100 | 0 | 1010010 | 1001 | 1000100 | 1010001 | 110110 |
Color Harmonies of #CEE92A
Complementary color
Monochromatic Colors of #CEE92A
Black with #CEE92A
Text Example
Text Example
White with #CEE92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE92A; }
p { color: rgb(206,233,42); }
H1.HeaderClassName
{
color: #CEE92A;
}
.AnyTagClassName
{
color: #CEE92A;
}
</style>
background-color css
<style>
a { background-color: #CEE92A; }
a { background-color: rgb(206,233,42); }
div.DivClassName
{
background-color: #CEE92A;
}
.BgClassName
{
background-color: #CEE92A;
}
</style>
border-color css
<style>
span { border-color: #CEE92A; }
span { border-color: rgb(206,233,42); }
td.TdClassName
{
border-color: #CEE92A;
}
.TagClassName
{
border-color: #CEE92A;
}
</style>