Shades of Pear #CEE231
Tints of Pear #CEE231
RGB
CMYK
RGB Variations
Color information
#CEE231 (or 0xCEE231) is known color: Pear. HEX triplet: CE, E2 and 31. RGB value is (206,226,49). Sum of RGB (Red+Green+Blue) = 206+226+49=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE231 is #311DCE. Grayscale: #C8C8C8. Windows color (decimal): -3218895 or 3269326. OLE color: 3269326.
HSL color Cylindrical-coordinate representation of color #CEE231: hue angle of 66.78º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEE231 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 49 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.11 |
| HSL | 66.78º | 0.75% | 0.54% | - |
| HSV(B) | 66.78º | 0.78% | 0.89% | - |
| XYZ | 53.2 | 67.74 | 13.18 | - |
| YUV | 199.84 | 42.87 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 49 | 0.09 | 0 | 0.78 | 0.11 | 66.78 | 0.75 | 0.54 |
| Hex | CE | E2 | 31 | 9 | 0 | 4E | B | 43 | 4B | 36 |
| Octal | 316 | 342 | 61 | 11 | 0 | 116 | 13 | 103 | 113 | 66 |
| Binary | 11001110 | 11100010 | 110001 | 1001 | 0 | 1001110 | 1011 | 1000011 | 1001011 | 110110 |
Color Harmonies of #CEE231
Complementary color
Monochromatic Colors of #CEE231
Black with #CEE231
Text Example
Text Example
White with #CEE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE231; }
p { color: rgb(206,226,49); }
H1.HeaderClassName
{
color: #CEE231;
}
.AnyTagClassName
{
color: #CEE231;
}
</style>
background-color css
<style>
a { background-color: #CEE231; }
a { background-color: rgb(206,226,49); }
div.DivClassName
{
background-color: #CEE231;
}
.BgClassName
{
background-color: #CEE231;
}
</style>
border-color css
<style>
span { border-color: #CEE231; }
span { border-color: rgb(206,226,49); }
td.TdClassName
{
border-color: #CEE231;
}
.TagClassName
{
border-color: #CEE231;
}
</style>