Shades of Pear #CEE227
Tints of Pear #CEE227
RGB
CMYK
RGB Variations
Color information
#CEE227 (or 0xCEE227) is known color: Pear. HEX triplet: CE, E2 and 27. RGB value is (206,226,39). Sum of RGB (Red+Green+Blue) = 206+226+39=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE227 is #311DD8. Grayscale: #C7C7C7. Windows color (decimal): -3218905 or 2613966. OLE color: 2613966.
HSL color Cylindrical-coordinate representation of color #CEE227: hue angle of 66.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEE227 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 39 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.11 |
| HSL | 66.42º | 0.76% | 0.52% | - |
| HSV(B) | 66.42º | 0.83% | 0.89% | - |
| XYZ | 53.02 | 67.66 | 12.19 | - |
| YUV | 198.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 39 | 0.09 | 0 | 0.83 | 0.11 | 66.42 | 0.76 | 0.52 |
| Hex | CE | E2 | 27 | 9 | 0 | 53 | B | 42 | 4C | 34 |
| Octal | 316 | 342 | 47 | 11 | 0 | 123 | 13 | 102 | 114 | 64 |
| Binary | 11001110 | 11100010 | 100111 | 1001 | 0 | 1010011 | 1011 | 1000010 | 1001100 | 110100 |
Color Harmonies of #CEE227
Complementary color
Monochromatic Colors of #CEE227
Black with #CEE227
Text Example
Text Example
White with #CEE227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE227; }
p { color: rgb(206,226,39); }
H1.HeaderClassName
{
color: #CEE227;
}
.AnyTagClassName
{
color: #CEE227;
}
</style>
background-color css
<style>
a { background-color: #CEE227; }
a { background-color: rgb(206,226,39); }
div.DivClassName
{
background-color: #CEE227;
}
.BgClassName
{
background-color: #CEE227;
}
</style>
border-color css
<style>
span { border-color: #CEE227; }
span { border-color: rgb(206,226,39); }
td.TdClassName
{
border-color: #CEE227;
}
.TagClassName
{
border-color: #CEE227;
}
</style>