Shades of Pear #C9E121
Tints of Pear #C9E121
RGB
CMYK
RGB Variations
Color information
#C9E121 (or 0xC9E121) is known color: Pear. HEX triplet: C9, E1 and 21. RGB value is (201,225,33). Sum of RGB (Red+Green+Blue) = 201+225+33=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E121 is #361EDE. Grayscale: #C4C4C4. Windows color (decimal): -3546847 or 2220489. OLE color: 2220489.
HSL color Cylindrical-coordinate representation of color #C9E121: hue angle of 67.5º 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 #C9E121 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 33 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.12 |
| HSL | 67.5º | 0.76% | 0.51% | - |
| HSV(B) | 67.5º | 0.85% | 0.88% | - |
| XYZ | 51.29 | 66.38 | 11.55 | - |
| YUV | 195.94 | 36.05 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 33 | 0.11 | 0 | 0.85 | 0.12 | 67.5 | 0.76 | 0.51 |
| Hex | C9 | E1 | 21 | B | 0 | 55 | C | 44 | 4C | 33 |
| Octal | 311 | 341 | 41 | 13 | 0 | 125 | 14 | 104 | 114 | 63 |
| Binary | 11001001 | 11100001 | 100001 | 1011 | 0 | 1010101 | 1100 | 1000100 | 1001100 | 110011 |
Color Harmonies of #C9E121
Complementary color
Monochromatic Colors of #C9E121
Black with #C9E121
Text Example
Text Example
White with #C9E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E121; }
p { color: rgb(201,225,33); }
H1.HeaderClassName
{
color: #C9E121;
}
.AnyTagClassName
{
color: #C9E121;
}
</style>
background-color css
<style>
a { background-color: #C9E121; }
a { background-color: rgb(201,225,33); }
div.DivClassName
{
background-color: #C9E121;
}
.BgClassName
{
background-color: #C9E121;
}
</style>
border-color css
<style>
span { border-color: #C9E121; }
span { border-color: rgb(201,225,33); }
td.TdClassName
{
border-color: #C9E121;
}
.TagClassName
{
border-color: #C9E121;
}
</style>