Shades of Pear #CEE221
Tints of Pear #CEE221
RGB
CMYK
RGB Variations
Color information
#CEE221 (or 0xCEE221) is known color: Pear. HEX triplet: CE, E2 and 21. RGB value is (206,226,33). Sum of RGB (Red+Green+Blue) = 206+226+33=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE221 is #311DDE. Grayscale: #C6C6C6. Windows color (decimal): -3218911 or 2220750. OLE color: 2220750.
HSL color Cylindrical-coordinate representation of color #CEE221: hue angle of 66.22º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEE221 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 33 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.11 |
| HSL | 66.22º | 0.77% | 0.51% | - |
| HSV(B) | 66.22º | 0.85% | 0.89% | - |
| XYZ | 52.92 | 67.62 | 11.7 | - |
| YUV | 198.02 | 34.87 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 33 | 0.09 | 0 | 0.85 | 0.11 | 66.22 | 0.77 | 0.51 |
| Hex | CE | E2 | 21 | 9 | 0 | 55 | B | 42 | 4D | 33 |
| Octal | 316 | 342 | 41 | 11 | 0 | 125 | 13 | 102 | 115 | 63 |
| Binary | 11001110 | 11100010 | 100001 | 1001 | 0 | 1010101 | 1011 | 1000010 | 1001101 | 110011 |
Color Harmonies of #CEE221
Complementary color
Monochromatic Colors of #CEE221
Black with #CEE221
Text Example
Text Example
White with #CEE221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE221; }
p { color: rgb(206,226,33); }
H1.HeaderClassName
{
color: #CEE221;
}
.AnyTagClassName
{
color: #CEE221;
}
</style>
background-color css
<style>
a { background-color: #CEE221; }
a { background-color: rgb(206,226,33); }
div.DivClassName
{
background-color: #CEE221;
}
.BgClassName
{
background-color: #CEE221;
}
</style>
border-color css
<style>
span { border-color: #CEE221; }
span { border-color: rgb(206,226,33); }
td.TdClassName
{
border-color: #CEE221;
}
.TagClassName
{
border-color: #CEE221;
}
</style>