Shades of Pear #C9E127
Tints of Pear #C9E127
RGB
CMYK
RGB Variations
Color information
#C9E127 (or 0xC9E127) is known color: Pear. HEX triplet: C9, E1 and 27. RGB value is (201,225,39). Sum of RGB (Red+Green+Blue) = 201+225+39=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E127 is #361ED8. Grayscale: #C5C5C5. Windows color (decimal): -3546841 or 2613705. OLE color: 2613705.
HSL color Cylindrical-coordinate representation of color #C9E127: hue angle of 67.74º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9E127 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 39 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.12 |
| HSL | 67.74º | 0.76% | 0.52% | - |
| HSV(B) | 67.74º | 0.83% | 0.88% | - |
| XYZ | 51.38 | 66.41 | 12.03 | - |
| YUV | 196.62 | 39.05 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 39 | 0.11 | 0 | 0.83 | 0.12 | 67.74 | 0.76 | 0.52 |
| Hex | C9 | E1 | 27 | B | 0 | 53 | C | 44 | 4C | 34 |
| Octal | 311 | 341 | 47 | 13 | 0 | 123 | 14 | 104 | 114 | 64 |
| Binary | 11001001 | 11100001 | 100111 | 1011 | 0 | 1010011 | 1100 | 1000100 | 1001100 | 110100 |
Color Harmonies of #C9E127
Complementary color
Monochromatic Colors of #C9E127
Black with #C9E127
Text Example
Text Example
White with #C9E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E127; }
p { color: rgb(201,225,39); }
H1.HeaderClassName
{
color: #C9E127;
}
.AnyTagClassName
{
color: #C9E127;
}
</style>
background-color css
<style>
a { background-color: #C9E127; }
a { background-color: rgb(201,225,39); }
div.DivClassName
{
background-color: #C9E127;
}
.BgClassName
{
background-color: #C9E127;
}
</style>
border-color css
<style>
span { border-color: #C9E127; }
span { border-color: rgb(201,225,39); }
td.TdClassName
{
border-color: #C9E127;
}
.TagClassName
{
border-color: #C9E127;
}
</style>