Shades of Pear #C9FA46
Tints of Pear #C9FA46
RGB
CMYK
RGB Variations
Color information
#C9FA46 (or 0xC9FA46) is known color: Pear. HEX triplet: C9, FA and 46. RGB value is (201,250,70). Sum of RGB (Red+Green+Blue) = 201+250+70=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FA46 is #3605B9. Grayscale: #D7D7D7. Windows color (decimal): -3540410 or 4651721. OLE color: 4651721.
HSL color Cylindrical-coordinate representation of color #C9FA46: hue angle of 76.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9FA46 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 70 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.02 |
| HSL | 76.33º | 0.95% | 0.63% | - |
| HSV(B) | 76.33º | 0.72% | 0.98% | - |
| XYZ | 59.38 | 81.23 | 18.34 | - |
| YUV | 214.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 70 | 0.20 | 0 | 0.72 | 0.02 | 76.33 | 0.95 | 0.63 |
| Hex | C9 | FA | 46 | 14 | 0 | 48 | 2 | 4C | 5F | 3F |
| Octal | 311 | 372 | 106 | 24 | 0 | 110 | 2 | 114 | 137 | 77 |
| Binary | 11001001 | 11111010 | 1000110 | 10100 | 0 | 1001000 | 10 | 1001100 | 1011111 | 111111 |
Color Harmonies of #C9FA46
Complementary color
Monochromatic Colors of #C9FA46
Black with #C9FA46
Text Example
Text Example
White with #C9FA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA46; }
p { color: rgb(201,250,70); }
H1.HeaderClassName
{
color: #C9FA46;
}
.AnyTagClassName
{
color: #C9FA46;
}
</style>
background-color css
<style>
a { background-color: #C9FA46; }
a { background-color: rgb(201,250,70); }
div.DivClassName
{
background-color: #C9FA46;
}
.BgClassName
{
background-color: #C9FA46;
}
</style>
border-color css
<style>
span { border-color: #C9FA46; }
span { border-color: rgb(201,250,70); }
td.TdClassName
{
border-color: #C9FA46;
}
.TagClassName
{
border-color: #C9FA46;
}
</style>