Shades of Pear #CEE93B
Tints of Pear #CEE93B
RGB
CMYK
RGB Variations
Color information
#CEE93B (or 0xCEE93B) is known color: Pear. HEX triplet: CE, E9 and 3B. RGB value is (206,233,59). Sum of RGB (Red+Green+Blue) = 206+233+59=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE93B is #3116C4. Grayscale: #CDCDCD. Windows color (decimal): -3217093 or 3926478. OLE color: 3926478.
HSL color Cylindrical-coordinate representation of color #CEE93B: hue angle of 69.31º 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 #CEE93B is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 59 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.09 |
| HSL | 69.31º | 0.8% | 0.57% | - |
| HSV(B) | 69.31º | 0.75% | 0.91% | - |
| XYZ | 55.38 | 71.72 | 15.06 | - |
| YUV | 205.09 | 45.55 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 59 | 0.12 | 0 | 0.75 | 0.09 | 69.31 | 0.8 | 0.57 |
| Hex | CE | E9 | 3B | C | 0 | 4B | 9 | 45 | 50 | 39 |
| Octal | 316 | 351 | 73 | 14 | 0 | 113 | 11 | 105 | 120 | 71 |
| Binary | 11001110 | 11101001 | 111011 | 1100 | 0 | 1001011 | 1001 | 1000101 | 1010000 | 111001 |
Color Harmonies of #CEE93B
Complementary color
Monochromatic Colors of #CEE93B
Black with #CEE93B
Text Example
Text Example
White with #CEE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE93B; }
p { color: rgb(206,233,59); }
H1.HeaderClassName
{
color: #CEE93B;
}
.AnyTagClassName
{
color: #CEE93B;
}
</style>
background-color css
<style>
a { background-color: #CEE93B; }
a { background-color: rgb(206,233,59); }
div.DivClassName
{
background-color: #CEE93B;
}
.BgClassName
{
background-color: #CEE93B;
}
</style>
border-color css
<style>
span { border-color: #CEE93B; }
span { border-color: rgb(206,233,59); }
td.TdClassName
{
border-color: #CEE93B;
}
.TagClassName
{
border-color: #CEE93B;
}
</style>