Shades of Pear #C9FA2F
Tints of Pear #C9FA2F
RGB
CMYK
RGB Variations
Color information
#C9FA2F (or 0xC9FA2F) is known color: Pear. HEX triplet: C9, FA and 2F. RGB value is (201,250,47). Sum of RGB (Red+Green+Blue) = 201+250+47=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 47 (18.75% from 255 or 9.44% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FA2F is #3605D0. Grayscale: #D4D4D4. Windows color (decimal): -3540433 or 3144393. OLE color: 3144393.
HSL color Cylindrical-coordinate representation of color #C9FA2F: hue angle of 74.48º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9FA2F is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 47 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.02 |
| HSL | 74.48º | 0.95% | 0.58% | - |
| HSV(B) | 74.48º | 0.81% | 0.98% | - |
| XYZ | 58.79 | 80.99 | 15.22 | - |
| YUV | 212.21 | 34.77 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 47 | 0.20 | 0 | 0.81 | 0.02 | 74.48 | 0.95 | 0.58 |
| Hex | C9 | FA | 2F | 14 | 0 | 51 | 2 | 4A | 5F | 3A |
| Octal | 311 | 372 | 57 | 24 | 0 | 121 | 2 | 112 | 137 | 72 |
| Binary | 11001001 | 11111010 | 101111 | 10100 | 0 | 1010001 | 10 | 1001010 | 1011111 | 111010 |
Color Harmonies of #C9FA2F
Complementary color
Monochromatic Colors of #C9FA2F
Black with #C9FA2F
Text Example
Text Example
White with #C9FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA2F; }
p { color: rgb(201,250,47); }
H1.HeaderClassName
{
color: #C9FA2F;
}
.AnyTagClassName
{
color: #C9FA2F;
}
</style>
background-color css
<style>
a { background-color: #C9FA2F; }
a { background-color: rgb(201,250,47); }
div.DivClassName
{
background-color: #C9FA2F;
}
.BgClassName
{
background-color: #C9FA2F;
}
</style>
border-color css
<style>
span { border-color: #C9FA2F; }
span { border-color: rgb(201,250,47); }
td.TdClassName
{
border-color: #C9FA2F;
}
.TagClassName
{
border-color: #C9FA2F;
}
</style>