Shades of Pear #CCE121
Tints of Pear #CCE121
RGB
CMYK
RGB Variations
Color information
#CCE121 (or 0xCCE121) is known color: Pear. HEX triplet: CC, E1 and 21. RGB value is (204,225,33). Sum of RGB (Red+Green+Blue) = 204+225+33=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE121 is #331EDE. Grayscale: #C5C5C5. Windows color (decimal): -3350239 or 2220492. OLE color: 2220492.
HSL color Cylindrical-coordinate representation of color #CCE121: hue angle of 66.56º 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 #CCE121 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 33 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.12 |
| HSL | 66.56º | 0.76% | 0.51% | - |
| HSV(B) | 66.56º | 0.85% | 0.88% | - |
| XYZ | 52.1 | 66.8 | 11.59 | - |
| YUV | 196.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 33 | 0.09 | 0 | 0.85 | 0.12 | 66.56 | 0.76 | 0.51 |
| Hex | CC | E1 | 21 | 9 | 0 | 55 | C | 43 | 4C | 33 |
| Octal | 314 | 341 | 41 | 11 | 0 | 125 | 14 | 103 | 114 | 63 |
| Binary | 11001100 | 11100001 | 100001 | 1001 | 0 | 1010101 | 1100 | 1000011 | 1001100 | 110011 |
Color Harmonies of #CCE121
Complementary color
Monochromatic Colors of #CCE121
Black with #CCE121
Text Example
Text Example
White with #CCE121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE121; }
p { color: rgb(204,225,33); }
H1.HeaderClassName
{
color: #CCE121;
}
.AnyTagClassName
{
color: #CCE121;
}
</style>
background-color css
<style>
a { background-color: #CCE121; }
a { background-color: rgb(204,225,33); }
div.DivClassName
{
background-color: #CCE121;
}
.BgClassName
{
background-color: #CCE121;
}
</style>
border-color css
<style>
span { border-color: #CCE121; }
span { border-color: rgb(204,225,33); }
td.TdClassName
{
border-color: #CCE121;
}
.TagClassName
{
border-color: #CCE121;
}
</style>