Shades of Pear #C9E12A
Tints of Pear #C9E12A
RGB
CMYK
RGB Variations
Color information
#C9E12A (or 0xC9E12A) is known color: Pear. HEX triplet: C9, E1 and 2A. RGB value is (201,225,42). Sum of RGB (Red+Green+Blue) = 201+225+42=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E12A is #361ED5. Grayscale: #C5C5C5. Windows color (decimal): -3546838 or 2810313. OLE color: 2810313.
HSL color Cylindrical-coordinate representation of color #C9E12A: hue angle of 67.87º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9E12A is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 42 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.12 |
| HSL | 67.87º | 0.75% | 0.52% | - |
| HSV(B) | 67.87º | 0.81% | 0.88% | - |
| XYZ | 51.43 | 66.44 | 12.3 | - |
| YUV | 196.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 42 | 0.11 | 0 | 0.81 | 0.12 | 67.87 | 0.75 | 0.52 |
| Hex | C9 | E1 | 2A | B | 0 | 51 | C | 44 | 4B | 34 |
| Octal | 311 | 341 | 52 | 13 | 0 | 121 | 14 | 104 | 113 | 64 |
| Binary | 11001001 | 11100001 | 101010 | 1011 | 0 | 1010001 | 1100 | 1000100 | 1001011 | 110100 |
Color Harmonies of #C9E12A
Complementary color
Monochromatic Colors of #C9E12A
Black with #C9E12A
Text Example
Text Example
White with #C9E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E12A; }
p { color: rgb(201,225,42); }
H1.HeaderClassName
{
color: #C9E12A;
}
.AnyTagClassName
{
color: #C9E12A;
}
</style>
background-color css
<style>
a { background-color: #C9E12A; }
a { background-color: rgb(201,225,42); }
div.DivClassName
{
background-color: #C9E12A;
}
.BgClassName
{
background-color: #C9E12A;
}
</style>
border-color css
<style>
span { border-color: #C9E12A; }
span { border-color: rgb(201,225,42); }
td.TdClassName
{
border-color: #C9E12A;
}
.TagClassName
{
border-color: #C9E12A;
}
</style>