Shades of Pear #C9FC40
Tints of Pear #C9FC40
RGB
CMYK
RGB Variations
Color information
#C9FC40 (or 0xC9FC40) is known color: Pear. HEX triplet: C9, FC and 40. RGB value is (201,252,64). Sum of RGB (Red+Green+Blue) = 201+252+64=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC40 is #3603BF. Grayscale: #D8D8D8. Windows color (decimal): -3539904 or 4259017. OLE color: 4259017.
HSL color Cylindrical-coordinate representation of color #C9FC40: hue angle of 76.28º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9FC40 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 64 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.01 |
| HSL | 76.28º | 0.97% | 0.62% | - |
| HSV(B) | 76.28º | 0.75% | 0.99% | - |
| XYZ | 59.82 | 82.41 | 17.6 | - |
| YUV | 215.32 | 42.6 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 64 | 0.20 | 0 | 0.75 | 0.01 | 76.28 | 0.97 | 0.62 |
| Hex | C9 | FC | 40 | 14 | 0 | 4B | 1 | 4C | 61 | 3E |
| Octal | 311 | 374 | 100 | 24 | 0 | 113 | 1 | 114 | 141 | 76 |
| Binary | 11001001 | 11111100 | 1000000 | 10100 | 0 | 1001011 | 1 | 1001100 | 1100001 | 111110 |
Color Harmonies of #C9FC40
Complementary color
Monochromatic Colors of #C9FC40
Black with #C9FC40
Text Example
Text Example
White with #C9FC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC40; }
p { color: rgb(201,252,64); }
H1.HeaderClassName
{
color: #C9FC40;
}
.AnyTagClassName
{
color: #C9FC40;
}
</style>
background-color css
<style>
a { background-color: #C9FC40; }
a { background-color: rgb(201,252,64); }
div.DivClassName
{
background-color: #C9FC40;
}
.BgClassName
{
background-color: #C9FC40;
}
</style>
border-color css
<style>
span { border-color: #C9FC40; }
span { border-color: rgb(201,252,64); }
td.TdClassName
{
border-color: #C9FC40;
}
.TagClassName
{
border-color: #C9FC40;
}
</style>