Shades of Pear #C9EB2D
Tints of Pear #C9EB2D
RGB
CMYK
RGB Variations
Color information
#C9EB2D (or 0xC9EB2D) is known color: Pear. HEX triplet: C9, EB and 2D. RGB value is (201,235,45). Sum of RGB (Red+Green+Blue) = 201+235+45=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EB2D is #3614D2. Grayscale: #CBCBCB. Windows color (decimal): -3544275 or 3009481. OLE color: 3009481.
HSL color Cylindrical-coordinate representation of color #C9EB2D: hue angle of 70.74º degrees, saturation: 0.83, 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 #C9EB2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 45 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.08 |
| HSL | 70.74º | 0.83% | 0.55% | - |
| HSV(B) | 70.74º | 0.81% | 0.92% | - |
| XYZ | 54.27 | 72.02 | 13.52 | - |
| YUV | 203.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 45 | 0.14 | 0 | 0.81 | 0.08 | 70.74 | 0.83 | 0.55 |
| Hex | C9 | EB | 2D | E | 0 | 51 | 8 | 47 | 53 | 37 |
| Octal | 311 | 353 | 55 | 16 | 0 | 121 | 10 | 107 | 123 | 67 |
| Binary | 11001001 | 11101011 | 101101 | 1110 | 0 | 1010001 | 1000 | 1000111 | 1010011 | 110111 |
Color Harmonies of #C9EB2D
Complementary color
Monochromatic Colors of #C9EB2D
Black with #C9EB2D
Text Example
Text Example
White with #C9EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB2D; }
p { color: rgb(201,235,45); }
H1.HeaderClassName
{
color: #C9EB2D;
}
.AnyTagClassName
{
color: #C9EB2D;
}
</style>
background-color css
<style>
a { background-color: #C9EB2D; }
a { background-color: rgb(201,235,45); }
div.DivClassName
{
background-color: #C9EB2D;
}
.BgClassName
{
background-color: #C9EB2D;
}
</style>
border-color css
<style>
span { border-color: #C9EB2D; }
span { border-color: rgb(201,235,45); }
td.TdClassName
{
border-color: #C9EB2D;
}
.TagClassName
{
border-color: #C9EB2D;
}
</style>