Shades of Feijoa #96F963
Tints of Feijoa #96F963
RGB
CMYK
RGB Variations
Color information
#96F963 (or 0x96F963) is known color: Feijoa. HEX triplet: 96, F9 and 63. RGB value is (150,249,99). Sum of RGB (Red+Green+Blue) = 150+249+99=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 249 (97.66% from 255 or 50% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 249 - color contains mainly: green. Hex color #96F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F963 is #69069C. Grayscale: #CACACA. Windows color (decimal): -6882973 or 6551958. OLE color: 6551958.
HSL color Cylindrical-coordinate representation of color #96F963: hue angle of 99.6º degrees, saturation: 0.93, 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 #96F963 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 99 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.02 |
| HSL | 99.6º | 0.93% | 0.68% | - |
| HSV(B) | 99.6º | 0.6% | 0.98% | - |
| XYZ | 48.71 | 75.14 | 23.74 | - |
| YUV | 202.3 | 69.7 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 99 | 0.40 | 0 | 0.60 | 0.02 | 99.6 | 0.93 | 0.68 |
| Hex | 96 | F9 | 63 | 28 | 0 | 3C | 2 | 64 | 5D | 44 |
| Octal | 226 | 371 | 143 | 50 | 0 | 74 | 2 | 144 | 135 | 104 |
| Binary | 10010110 | 11111001 | 1100011 | 101000 | 0 | 111100 | 10 | 1100100 | 1011101 | 1000100 |
Color Harmonies of #96F963
Complementary color
Monochromatic Colors of #96F963
Black with #96F963
Text Example
Text Example
White with #96F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F963; }
p { color: rgb(150,249,99); }
H1.HeaderClassName
{
color: #96F963;
}
.AnyTagClassName
{
color: #96F963;
}
</style>
background-color css
<style>
a { background-color: #96F963; }
a { background-color: rgb(150,249,99); }
div.DivClassName
{
background-color: #96F963;
}
.BgClassName
{
background-color: #96F963;
}
</style>
border-color css
<style>
span { border-color: #96F963; }
span { border-color: rgb(150,249,99); }
td.TdClassName
{
border-color: #96F963;
}
.TagClassName
{
border-color: #96F963;
}
</style>