Shades of Feijoa #96FA63
Tints of Feijoa #96FA63
RGB
CMYK
RGB Variations
Color information
#96FA63 (or 0x96FA63) is known color: Feijoa. HEX triplet: 96, FA and 63. RGB value is (150,250,99). Sum of RGB (Red+Green+Blue) = 150+250+99=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA63 is #69059C. Grayscale: #CBCBCB. Windows color (decimal): -6882717 or 6552214. OLE color: 6552214.
HSL color Cylindrical-coordinate representation of color #96FA63: hue angle of 99.74º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96FA63 is Cyan = 0.4, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 99 | - |
| CMYK | 0.4 | 0 | 0.60 | 0.02 |
| HSL | 99.74º | 0.94% | 0.68% | - |
| HSV(B) | 99.74º | 0.6% | 0.98% | - |
| XYZ | 49.02 | 75.76 | 23.84 | - |
| YUV | 202.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 99 | 0.4 | 0 | 0.60 | 0.02 | 99.74 | 0.94 | 0.68 |
| Hex | 96 | FA | 63 | 28 | 0 | 3C | 2 | 64 | 5E | 44 |
| Octal | 226 | 372 | 143 | 50 | 0 | 74 | 2 | 144 | 136 | 104 |
| Binary | 10010110 | 11111010 | 1100011 | 101000 | 0 | 111100 | 10 | 1100100 | 1011110 | 1000100 |
Color Harmonies of #96FA63
Complementary color
Monochromatic Colors of #96FA63
Black with #96FA63
Text Example
Text Example
White with #96FA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FA63; }
p { color: rgb(150,250,99); }
H1.HeaderClassName
{
color: #96FA63;
}
.AnyTagClassName
{
color: #96FA63;
}
</style>
background-color css
<style>
a { background-color: #96FA63; }
a { background-color: rgb(150,250,99); }
div.DivClassName
{
background-color: #96FA63;
}
.BgClassName
{
background-color: #96FA63;
}
</style>
border-color css
<style>
span { border-color: #96FA63; }
span { border-color: rgb(150,250,99); }
td.TdClassName
{
border-color: #96FA63;
}
.TagClassName
{
border-color: #96FA63;
}
</style>