Shades of Pear #C9FA40
Tints of Pear #C9FA40
RGB
CMYK
RGB Variations
Color information
#C9FA40 (or 0xC9FA40) is known color: Pear. HEX triplet: C9, FA and 40. RGB value is (201,250,64). Sum of RGB (Red+Green+Blue) = 201+250+64=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FA40 is #3605BF. Grayscale: #D6D6D6. Windows color (decimal): -3540416 or 4258505. OLE color: 4258505.
HSL color Cylindrical-coordinate representation of color #C9FA40: hue angle of 75.81º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9FA40 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 64 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.02 |
| HSL | 75.81º | 0.95% | 0.62% | - |
| HSV(B) | 75.81º | 0.74% | 0.98% | - |
| XYZ | 59.2 | 81.16 | 17.4 | - |
| YUV | 214.15 | 43.27 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 64 | 0.20 | 0 | 0.74 | 0.02 | 75.81 | 0.95 | 0.62 |
| Hex | C9 | FA | 40 | 14 | 0 | 4A | 2 | 4C | 5F | 3E |
| Octal | 311 | 372 | 100 | 24 | 0 | 112 | 2 | 114 | 137 | 76 |
| Binary | 11001001 | 11111010 | 1000000 | 10100 | 0 | 1001010 | 10 | 1001100 | 1011111 | 111110 |
Color Harmonies of #C9FA40
Complementary color
Monochromatic Colors of #C9FA40
Black with #C9FA40
Text Example
Text Example
White with #C9FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA40; }
p { color: rgb(201,250,64); }
H1.HeaderClassName
{
color: #C9FA40;
}
.AnyTagClassName
{
color: #C9FA40;
}
</style>
background-color css
<style>
a { background-color: #C9FA40; }
a { background-color: rgb(201,250,64); }
div.DivClassName
{
background-color: #C9FA40;
}
.BgClassName
{
background-color: #C9FA40;
}
</style>
border-color css
<style>
span { border-color: #C9FA40; }
span { border-color: rgb(201,250,64); }
td.TdClassName
{
border-color: #C9FA40;
}
.TagClassName
{
border-color: #C9FA40;
}
</style>