Shades of Pear #C9E12E
Tints of Pear #C9E12E
RGB
CMYK
RGB Variations
Color information
#C9E12E (or 0xC9E12E) is known color: Pear. HEX triplet: C9, E1 and 2E. RGB value is (201,225,46). Sum of RGB (Red+Green+Blue) = 201+225+46=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E12E is #361ED1. Grayscale: #C6C6C6. Windows color (decimal): -3546834 or 3072457. OLE color: 3072457.
HSL color Cylindrical-coordinate representation of color #C9E12E: hue angle of 68.04º 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 #C9E12E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 46 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.12 |
| HSL | 68.04º | 0.75% | 0.53% | - |
| HSV(B) | 68.04º | 0.8% | 0.88% | - |
| XYZ | 51.51 | 66.47 | 12.7 | - |
| YUV | 197.42 | 42.55 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 46 | 0.11 | 0 | 0.80 | 0.12 | 68.04 | 0.75 | 0.53 |
| Hex | C9 | E1 | 2E | B | 0 | 50 | C | 44 | 4B | 35 |
| Octal | 311 | 341 | 56 | 13 | 0 | 120 | 14 | 104 | 113 | 65 |
| Binary | 11001001 | 11100001 | 101110 | 1011 | 0 | 1010000 | 1100 | 1000100 | 1001011 | 110101 |
Color Harmonies of #C9E12E
Complementary color
Monochromatic Colors of #C9E12E
Black with #C9E12E
Text Example
Text Example
White with #C9E12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E12E; }
p { color: rgb(201,225,46); }
H1.HeaderClassName
{
color: #C9E12E;
}
.AnyTagClassName
{
color: #C9E12E;
}
</style>
background-color css
<style>
a { background-color: #C9E12E; }
a { background-color: rgb(201,225,46); }
div.DivClassName
{
background-color: #C9E12E;
}
.BgClassName
{
background-color: #C9E12E;
}
</style>
border-color css
<style>
span { border-color: #C9E12E; }
span { border-color: rgb(201,225,46); }
td.TdClassName
{
border-color: #C9E12E;
}
.TagClassName
{
border-color: #C9E12E;
}
</style>