Shades of Pear #C9EF40
Tints of Pear #C9EF40
RGB
CMYK
RGB Variations
Color information
#C9EF40 (or 0xC9EF40) is known color: Pear. HEX triplet: C9, EF and 40. RGB value is (201,239,64). Sum of RGB (Red+Green+Blue) = 201+239+64=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EF40 is #3610BF. Grayscale: #D0D0D0. Windows color (decimal): -3543232 or 4255689. OLE color: 4255689.
HSL color Cylindrical-coordinate representation of color #C9EF40: hue angle of 73.03º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9EF40 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 64 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.06 |
| HSL | 73.03º | 0.85% | 0.59% | - |
| HSV(B) | 73.03º | 0.73% | 0.94% | - |
| XYZ | 55.88 | 74.52 | 16.29 | - |
| YUV | 207.69 | 46.91 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 64 | 0.16 | 0 | 0.73 | 0.06 | 73.03 | 0.85 | 0.59 |
| Hex | C9 | EF | 40 | 10 | 0 | 49 | 6 | 49 | 55 | 3B |
| Octal | 311 | 357 | 100 | 20 | 0 | 111 | 6 | 111 | 125 | 73 |
| Binary | 11001001 | 11101111 | 1000000 | 10000 | 0 | 1001001 | 110 | 1001001 | 1010101 | 111011 |
Color Harmonies of #C9EF40
Complementary color
Monochromatic Colors of #C9EF40
Black with #C9EF40
Text Example
Text Example
White with #C9EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF40; }
p { color: rgb(201,239,64); }
H1.HeaderClassName
{
color: #C9EF40;
}
.AnyTagClassName
{
color: #C9EF40;
}
</style>
background-color css
<style>
a { background-color: #C9EF40; }
a { background-color: rgb(201,239,64); }
div.DivClassName
{
background-color: #C9EF40;
}
.BgClassName
{
background-color: #C9EF40;
}
</style>
border-color css
<style>
span { border-color: #C9EF40; }
span { border-color: rgb(201,239,64); }
td.TdClassName
{
border-color: #C9EF40;
}
.TagClassName
{
border-color: #C9EF40;
}
</style>