Shades of Pear #CEE930
Tints of Pear #CEE930
RGB
CMYK
RGB Variations
Color information
#CEE930 (or 0xCEE930) is known color: Pear. HEX triplet: CE, E9 and 30. RGB value is (206,233,48). Sum of RGB (Red+Green+Blue) = 206+233+48=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE930 is #3116CF. Grayscale: #CCCCCC. Windows color (decimal): -3217104 or 3205582. OLE color: 3205582.
HSL color Cylindrical-coordinate representation of color #CEE930: hue angle of 68.76º 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 #CEE930 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 48 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.09 |
| HSL | 68.76º | 0.81% | 0.55% | - |
| HSV(B) | 68.76º | 0.79% | 0.91% | - |
| XYZ | 55.13 | 71.61 | 13.71 | - |
| YUV | 203.84 | 40.05 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 48 | 0.12 | 0 | 0.79 | 0.09 | 68.76 | 0.81 | 0.55 |
| Hex | CE | E9 | 30 | C | 0 | 4F | 9 | 45 | 51 | 37 |
| Octal | 316 | 351 | 60 | 14 | 0 | 117 | 11 | 105 | 121 | 67 |
| Binary | 11001110 | 11101001 | 110000 | 1100 | 0 | 1001111 | 1001 | 1000101 | 1010001 | 110111 |
Color Harmonies of #CEE930
Complementary color
Monochromatic Colors of #CEE930
Black with #CEE930
Text Example
Text Example
White with #CEE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE930; }
p { color: rgb(206,233,48); }
H1.HeaderClassName
{
color: #CEE930;
}
.AnyTagClassName
{
color: #CEE930;
}
</style>
background-color css
<style>
a { background-color: #CEE930; }
a { background-color: rgb(206,233,48); }
div.DivClassName
{
background-color: #CEE930;
}
.BgClassName
{
background-color: #CEE930;
}
</style>
border-color css
<style>
span { border-color: #CEE930; }
span { border-color: rgb(206,233,48); }
td.TdClassName
{
border-color: #CEE930;
}
.TagClassName
{
border-color: #CEE930;
}
</style>