Shades of Pear #C9E12C
Tints of Pear #C9E12C
RGB
CMYK
RGB Variations
Color information
#C9E12C (or 0xC9E12C) is known color: Pear. HEX triplet: C9, E1 and 2C. RGB value is (201,225,44). Sum of RGB (Red+Green+Blue) = 201+225+44=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E12C is #361ED3. Grayscale: #C5C5C5. Windows color (decimal): -3546836 or 2941385. OLE color: 2941385.
HSL color Cylindrical-coordinate representation of color #C9E12C: hue angle of 67.96º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9E12C is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 44 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.12 |
| HSL | 67.96º | 0.75% | 0.53% | - |
| HSV(B) | 67.96º | 0.8% | 0.88% | - |
| XYZ | 51.47 | 66.45 | 12.5 | - |
| YUV | 197.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 44 | 0.11 | 0 | 0.80 | 0.12 | 67.96 | 0.75 | 0.53 |
| Hex | C9 | E1 | 2C | B | 0 | 50 | C | 44 | 4B | 35 |
| Octal | 311 | 341 | 54 | 13 | 0 | 120 | 14 | 104 | 113 | 65 |
| Binary | 11001001 | 11100001 | 101100 | 1011 | 0 | 1010000 | 1100 | 1000100 | 1001011 | 110101 |
Color Harmonies of #C9E12C
Complementary color
Monochromatic Colors of #C9E12C
Black with #C9E12C
Text Example
Text Example
White with #C9E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E12C; }
p { color: rgb(201,225,44); }
H1.HeaderClassName
{
color: #C9E12C;
}
.AnyTagClassName
{
color: #C9E12C;
}
</style>
background-color css
<style>
a { background-color: #C9E12C; }
a { background-color: rgb(201,225,44); }
div.DivClassName
{
background-color: #C9E12C;
}
.BgClassName
{
background-color: #C9E12C;
}
</style>
border-color css
<style>
span { border-color: #C9E12C; }
span { border-color: rgb(201,225,44); }
td.TdClassName
{
border-color: #C9E12C;
}
.TagClassName
{
border-color: #C9E12C;
}
</style>