Shades of Pear #CEE932
Tints of Pear #CEE932
RGB
CMYK
RGB Variations
Color information
#CEE932 (or 0xCEE932) is known color: Pear. HEX triplet: CE, E9 and 32. RGB value is (206,233,50). Sum of RGB (Red+Green+Blue) = 206+233+50=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE932 is #3116CD. Grayscale: #CCCCCC. Windows color (decimal): -3217102 or 3336654. OLE color: 3336654.
HSL color Cylindrical-coordinate representation of color #CEE932: hue angle of 68.85º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEE932 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 50 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.09 |
| HSL | 68.85º | 0.81% | 0.55% | - |
| HSV(B) | 68.85º | 0.79% | 0.91% | - |
| XYZ | 55.17 | 71.63 | 13.94 | - |
| YUV | 204.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 50 | 0.12 | 0 | 0.79 | 0.09 | 68.85 | 0.81 | 0.55 |
| Hex | CE | E9 | 32 | C | 0 | 4F | 9 | 45 | 51 | 37 |
| Octal | 316 | 351 | 62 | 14 | 0 | 117 | 11 | 105 | 121 | 67 |
| Binary | 11001110 | 11101001 | 110010 | 1100 | 0 | 1001111 | 1001 | 1000101 | 1010001 | 110111 |
Color Harmonies of #CEE932
Complementary color
Monochromatic Colors of #CEE932
Black with #CEE932
Text Example
Text Example
White with #CEE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE932; }
p { color: rgb(206,233,50); }
H1.HeaderClassName
{
color: #CEE932;
}
.AnyTagClassName
{
color: #CEE932;
}
</style>
background-color css
<style>
a { background-color: #CEE932; }
a { background-color: rgb(206,233,50); }
div.DivClassName
{
background-color: #CEE932;
}
.BgClassName
{
background-color: #CEE932;
}
</style>
border-color css
<style>
span { border-color: #CEE932; }
span { border-color: rgb(206,233,50); }
td.TdClassName
{
border-color: #CEE932;
}
.TagClassName
{
border-color: #CEE932;
}
</style>