Shades of Pear #C9EA1E
Tints of Pear #C9EA1E
RGB
CMYK
RGB Variations
Color information
#C9EA1E (or 0xC9EA1E) is known color: Pear. HEX triplet: C9, EA and 1E. RGB value is (201,234,30). Sum of RGB (Red+Green+Blue) = 201+234+30=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EA1E is #3615E1. Grayscale: #C9C9C9. Windows color (decimal): -3544546 or 2026185. OLE color: 2026185.
HSL color Cylindrical-coordinate representation of color #C9EA1E: hue angle of 69.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9EA1E is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 30 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.08 |
| HSL | 69.71º | 0.83% | 0.52% | - |
| HSV(B) | 69.71º | 0.87% | 0.92% | - |
| XYZ | 53.74 | 71.36 | 12.17 | - |
| YUV | 200.88 | 31.57 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 30 | 0.14 | 0 | 0.87 | 0.08 | 69.71 | 0.83 | 0.52 |
| Hex | C9 | EA | 1E | E | 0 | 57 | 8 | 46 | 53 | 34 |
| Octal | 311 | 352 | 36 | 16 | 0 | 127 | 10 | 106 | 123 | 64 |
| Binary | 11001001 | 11101010 | 11110 | 1110 | 0 | 1010111 | 1000 | 1000110 | 1010011 | 110100 |
Color Harmonies of #C9EA1E
Complementary color
Monochromatic Colors of #C9EA1E
Black with #C9EA1E
Text Example
Text Example
White with #C9EA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA1E; }
p { color: rgb(201,234,30); }
H1.HeaderClassName
{
color: #C9EA1E;
}
.AnyTagClassName
{
color: #C9EA1E;
}
</style>
background-color css
<style>
a { background-color: #C9EA1E; }
a { background-color: rgb(201,234,30); }
div.DivClassName
{
background-color: #C9EA1E;
}
.BgClassName
{
background-color: #C9EA1E;
}
</style>
border-color css
<style>
span { border-color: #C9EA1E; }
span { border-color: rgb(201,234,30); }
td.TdClassName
{
border-color: #C9EA1E;
}
.TagClassName
{
border-color: #C9EA1E;
}
</style>