Shades of Pear #C9EE1A
Tints of Pear #C9EE1A
RGB
CMYK
RGB Variations
Color information
#C9EE1A (or 0xC9EE1A) is known color: Pear. HEX triplet: C9, EE and 1A. RGB value is (201,238,26). Sum of RGB (Red+Green+Blue) = 201+238+26=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EE1A is #3611E5. Grayscale: #CBCBCB. Windows color (decimal): -3543526 or 1765065. OLE color: 1765065.
HSL color Cylindrical-coordinate representation of color #C9EE1A: hue angle of 70.47º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9EE1A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.07 |
| HSL | 70.47º | 0.86% | 0.52% | - |
| HSV(B) | 70.47º | 0.89% | 0.93% | - |
| XYZ | 54.85 | 73.64 | 12.3 | - |
| YUV | 202.77 | 28.24 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 26 | 0.16 | 0 | 0.89 | 0.07 | 70.47 | 0.86 | 0.52 |
| Hex | C9 | EE | 1A | 10 | 0 | 59 | 7 | 46 | 56 | 34 |
| Octal | 311 | 356 | 32 | 20 | 0 | 131 | 7 | 106 | 126 | 64 |
| Binary | 11001001 | 11101110 | 11010 | 10000 | 0 | 1011001 | 111 | 1000110 | 1010110 | 110100 |
Color Harmonies of #C9EE1A
Complementary color
Monochromatic Colors of #C9EE1A
Black with #C9EE1A
Text Example
Text Example
White with #C9EE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EE1A; }
p { color: rgb(201,238,26); }
H1.HeaderClassName
{
color: #C9EE1A;
}
.AnyTagClassName
{
color: #C9EE1A;
}
</style>
background-color css
<style>
a { background-color: #C9EE1A; }
a { background-color: rgb(201,238,26); }
div.DivClassName
{
background-color: #C9EE1A;
}
.BgClassName
{
background-color: #C9EE1A;
}
</style>
border-color css
<style>
span { border-color: #C9EE1A; }
span { border-color: rgb(201,238,26); }
td.TdClassName
{
border-color: #C9EE1A;
}
.TagClassName
{
border-color: #C9EE1A;
}
</style>