Shades of Pear #C9E131
Tints of Pear #C9E131
RGB
CMYK
RGB Variations
Color information
#C9E131 (or 0xC9E131) is known color: Pear. HEX triplet: C9, E1 and 31. RGB value is (201,225,49). Sum of RGB (Red+Green+Blue) = 201+225+49=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E131 is #361ECE. Grayscale: #C6C6C6. Windows color (decimal): -3546831 or 3269065. OLE color: 3269065.
HSL color Cylindrical-coordinate representation of color #C9E131: hue angle of 68.18º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9E131 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 49 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.12 |
| HSL | 68.18º | 0.75% | 0.54% | - |
| HSV(B) | 68.18º | 0.78% | 0.88% | - |
| XYZ | 51.57 | 66.49 | 13.02 | - |
| YUV | 197.76 | 44.05 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 49 | 0.11 | 0 | 0.78 | 0.12 | 68.18 | 0.75 | 0.54 |
| Hex | C9 | E1 | 31 | B | 0 | 4E | C | 44 | 4B | 36 |
| Octal | 311 | 341 | 61 | 13 | 0 | 116 | 14 | 104 | 113 | 66 |
| Binary | 11001001 | 11100001 | 110001 | 1011 | 0 | 1001110 | 1100 | 1000100 | 1001011 | 110110 |
Color Harmonies of #C9E131
Complementary color
Monochromatic Colors of #C9E131
Black with #C9E131
Text Example
Text Example
White with #C9E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E131; }
p { color: rgb(201,225,49); }
H1.HeaderClassName
{
color: #C9E131;
}
.AnyTagClassName
{
color: #C9E131;
}
</style>
background-color css
<style>
a { background-color: #C9E131; }
a { background-color: rgb(201,225,49); }
div.DivClassName
{
background-color: #C9E131;
}
.BgClassName
{
background-color: #C9E131;
}
</style>
border-color css
<style>
span { border-color: #C9E131; }
span { border-color: rgb(201,225,49); }
td.TdClassName
{
border-color: #C9E131;
}
.TagClassName
{
border-color: #C9E131;
}
</style>