Shades of Pear #C9EA2E
Tints of Pear #C9EA2E
RGB
CMYK
RGB Variations
Color information
#C9EA2E (or 0xC9EA2E) is known color: Pear. HEX triplet: C9, EA and 2E. RGB value is (201,234,46). Sum of RGB (Red+Green+Blue) = 201+234+46=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EA2E is #3615D1. Grayscale: #CBCBCB. Windows color (decimal): -3544530 or 3074761. OLE color: 3074761.
HSL color Cylindrical-coordinate representation of color #C9EA2E: hue angle of 70.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9EA2E is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 46 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.08 |
| HSL | 70.53º | 0.82% | 0.55% | - |
| HSV(B) | 70.53º | 0.8% | 0.92% | - |
| XYZ | 54 | 71.46 | 13.53 | - |
| YUV | 202.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 46 | 0.14 | 0 | 0.80 | 0.08 | 70.53 | 0.82 | 0.55 |
| Hex | C9 | EA | 2E | E | 0 | 50 | 8 | 47 | 52 | 37 |
| Octal | 311 | 352 | 56 | 16 | 0 | 120 | 10 | 107 | 122 | 67 |
| Binary | 11001001 | 11101010 | 101110 | 1110 | 0 | 1010000 | 1000 | 1000111 | 1010010 | 110111 |
Color Harmonies of #C9EA2E
Complementary color
Monochromatic Colors of #C9EA2E
Black with #C9EA2E
Text Example
Text Example
White with #C9EA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA2E; }
p { color: rgb(201,234,46); }
H1.HeaderClassName
{
color: #C9EA2E;
}
.AnyTagClassName
{
color: #C9EA2E;
}
</style>
background-color css
<style>
a { background-color: #C9EA2E; }
a { background-color: rgb(201,234,46); }
div.DivClassName
{
background-color: #C9EA2E;
}
.BgClassName
{
background-color: #C9EA2E;
}
</style>
border-color css
<style>
span { border-color: #C9EA2E; }
span { border-color: rgb(201,234,46); }
td.TdClassName
{
border-color: #C9EA2E;
}
.TagClassName
{
border-color: #C9EA2E;
}
</style>