Shades of Pear #CEE121
Tints of Pear #CEE121
RGB
CMYK
RGB Variations
Color information
#CEE121 (or 0xCEE121) is known color: Pear. HEX triplet: CE, E1 and 21. RGB value is (206,225,33). Sum of RGB (Red+Green+Blue) = 206+225+33=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE121 is #311EDE. Grayscale: #C6C6C6. Windows color (decimal): -3219167 or 2220494. OLE color: 2220494.
HSL color Cylindrical-coordinate representation of color #CEE121: hue angle of 65.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEE121 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 33 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.12 |
| HSL | 65.94º | 0.76% | 0.51% | - |
| HSV(B) | 65.94º | 0.85% | 0.88% | - |
| XYZ | 52.65 | 67.08 | 11.61 | - |
| YUV | 197.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 33 | 0.08 | 0 | 0.85 | 0.12 | 65.94 | 0.76 | 0.51 |
| Hex | CE | E1 | 21 | 8 | 0 | 55 | C | 42 | 4C | 33 |
| Octal | 316 | 341 | 41 | 10 | 0 | 125 | 14 | 102 | 114 | 63 |
| Binary | 11001110 | 11100001 | 100001 | 1000 | 0 | 1010101 | 1100 | 1000010 | 1001100 | 110011 |
Color Harmonies of #CEE121
Complementary color
Monochromatic Colors of #CEE121
Black with #CEE121
Text Example
Text Example
White with #CEE121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE121; }
p { color: rgb(206,225,33); }
H1.HeaderClassName
{
color: #CEE121;
}
.AnyTagClassName
{
color: #CEE121;
}
</style>
background-color css
<style>
a { background-color: #CEE121; }
a { background-color: rgb(206,225,33); }
div.DivClassName
{
background-color: #CEE121;
}
.BgClassName
{
background-color: #CEE121;
}
</style>
border-color css
<style>
span { border-color: #CEE121; }
span { border-color: rgb(206,225,33); }
td.TdClassName
{
border-color: #CEE121;
}
.TagClassName
{
border-color: #CEE121;
}
</style>