Shades of Pear #C9EF1E
Tints of Pear #C9EF1E
RGB
CMYK
RGB Variations
Color information
#C9EF1E (or 0xC9EF1E) is known color: Pear. HEX triplet: C9, EF and 1E. RGB value is (201,239,30). Sum of RGB (Red+Green+Blue) = 201+239+30=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EF1E is #3610E1. Grayscale: #CCCCCC. Windows color (decimal): -3543266 or 2027465. OLE color: 2027465.
HSL color Cylindrical-coordinate representation of color #C9EF1E: hue angle of 70.91º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9EF1E is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 30 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.06 |
| HSL | 70.91º | 0.87% | 0.53% | - |
| HSV(B) | 70.91º | 0.87% | 0.94% | - |
| XYZ | 55.19 | 74.24 | 12.65 | - |
| YUV | 203.81 | 29.91 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 30 | 0.16 | 0 | 0.87 | 0.06 | 70.91 | 0.87 | 0.53 |
| Hex | C9 | EF | 1E | 10 | 0 | 57 | 6 | 47 | 57 | 35 |
| Octal | 311 | 357 | 36 | 20 | 0 | 127 | 6 | 107 | 127 | 65 |
| Binary | 11001001 | 11101111 | 11110 | 10000 | 0 | 1010111 | 110 | 1000111 | 1010111 | 110101 |
Color Harmonies of #C9EF1E
Complementary color
Monochromatic Colors of #C9EF1E
Black with #C9EF1E
Text Example
Text Example
White with #C9EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF1E; }
p { color: rgb(201,239,30); }
H1.HeaderClassName
{
color: #C9EF1E;
}
.AnyTagClassName
{
color: #C9EF1E;
}
</style>
background-color css
<style>
a { background-color: #C9EF1E; }
a { background-color: rgb(201,239,30); }
div.DivClassName
{
background-color: #C9EF1E;
}
.BgClassName
{
background-color: #C9EF1E;
}
</style>
border-color css
<style>
span { border-color: #C9EF1E; }
span { border-color: rgb(201,239,30); }
td.TdClassName
{
border-color: #C9EF1E;
}
.TagClassName
{
border-color: #C9EF1E;
}
</style>