Shades of Pear #C9EA2D
Tints of Pear #C9EA2D
RGB
CMYK
RGB Variations
Color information
#C9EA2D (or 0xC9EA2D) is known color: Pear. HEX triplet: C9, EA and 2D. RGB value is (201,234,45). Sum of RGB (Red+Green+Blue) = 201+234+45=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EA2D is #3615D2. Grayscale: #CBCBCB. Windows color (decimal): -3544531 or 3009225. OLE color: 3009225.
HSL color Cylindrical-coordinate representation of color #C9EA2D: hue angle of 70.48º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9EA2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 45 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.08 |
| HSL | 70.48º | 0.82% | 0.55% | - |
| HSV(B) | 70.48º | 0.81% | 0.92% | - |
| XYZ | 53.98 | 71.45 | 13.43 | - |
| YUV | 202.59 | 39.07 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 45 | 0.14 | 0 | 0.81 | 0.08 | 70.48 | 0.82 | 0.55 |
| Hex | C9 | EA | 2D | E | 0 | 51 | 8 | 46 | 52 | 37 |
| Octal | 311 | 352 | 55 | 16 | 0 | 121 | 10 | 106 | 122 | 67 |
| Binary | 11001001 | 11101010 | 101101 | 1110 | 0 | 1010001 | 1000 | 1000110 | 1010010 | 110111 |
Color Harmonies of #C9EA2D
Complementary color
Monochromatic Colors of #C9EA2D
Black with #C9EA2D
Text Example
Text Example
White with #C9EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA2D; }
p { color: rgb(201,234,45); }
H1.HeaderClassName
{
color: #C9EA2D;
}
.AnyTagClassName
{
color: #C9EA2D;
}
</style>
background-color css
<style>
a { background-color: #C9EA2D; }
a { background-color: rgb(201,234,45); }
div.DivClassName
{
background-color: #C9EA2D;
}
.BgClassName
{
background-color: #C9EA2D;
}
</style>
border-color css
<style>
span { border-color: #C9EA2D; }
span { border-color: rgb(201,234,45); }
td.TdClassName
{
border-color: #C9EA2D;
}
.TagClassName
{
border-color: #C9EA2D;
}
</style>