Shades of Pear #CEE93A
Tints of Pear #CEE93A
RGB
CMYK
RGB Variations
Color information
#CEE93A (or 0xCEE93A) is known color: Pear. HEX triplet: CE, E9 and 3A. RGB value is (206,233,58). Sum of RGB (Red+Green+Blue) = 206+233+58=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE93A is #3116C5. Grayscale: #CDCDCD. Windows color (decimal): -3217094 or 3860942. OLE color: 3860942.
HSL color Cylindrical-coordinate representation of color #CEE93A: hue angle of 69.26º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEE93A is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 58 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.09 |
| HSL | 69.26º | 0.8% | 0.57% | - |
| HSV(B) | 69.26º | 0.75% | 0.91% | - |
| XYZ | 55.36 | 71.71 | 14.93 | - |
| YUV | 204.98 | 45.05 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 58 | 0.12 | 0 | 0.75 | 0.09 | 69.26 | 0.8 | 0.57 |
| Hex | CE | E9 | 3A | C | 0 | 4B | 9 | 45 | 50 | 39 |
| Octal | 316 | 351 | 72 | 14 | 0 | 113 | 11 | 105 | 120 | 71 |
| Binary | 11001110 | 11101001 | 111010 | 1100 | 0 | 1001011 | 1001 | 1000101 | 1010000 | 111001 |
Color Harmonies of #CEE93A
Complementary color
Monochromatic Colors of #CEE93A
Black with #CEE93A
Text Example
Text Example
White with #CEE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE93A; }
p { color: rgb(206,233,58); }
H1.HeaderClassName
{
color: #CEE93A;
}
.AnyTagClassName
{
color: #CEE93A;
}
</style>
background-color css
<style>
a { background-color: #CEE93A; }
a { background-color: rgb(206,233,58); }
div.DivClassName
{
background-color: #CEE93A;
}
.BgClassName
{
background-color: #CEE93A;
}
</style>
border-color css
<style>
span { border-color: #CEE93A; }
span { border-color: rgb(206,233,58); }
td.TdClassName
{
border-color: #CEE93A;
}
.TagClassName
{
border-color: #CEE93A;
}
</style>