Shades of Feijoa #96F471
Tints of Feijoa #96F471
RGB
CMYK
RGB Variations
Color information
#96F471 (or 0x96F471) is known color: Feijoa. HEX triplet: 96, F4 and 71. RGB value is (150,244,113). Sum of RGB (Red+Green+Blue) = 150+244+113=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #96F471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F471 is #690B8E. Grayscale: #C9C9C9. Windows color (decimal): -6884239 or 7468182. OLE color: 7468182.
HSL color Cylindrical-coordinate representation of color #96F471: hue angle of 103.05º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96F471 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 244 | 113 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.04 |
| HSL | 103.05º | 0.86% | 0.7% | - |
| HSV(B) | 103.05º | 0.54% | 0.96% | - |
| XYZ | 47.91 | 72.38 | 27.07 | - |
| YUV | 200.96 | 78.36 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 244 | 113 | 0.39 | 0 | 0.54 | 0.04 | 103.05 | 0.86 | 0.7 |
| Hex | 96 | F4 | 71 | 27 | 0 | 36 | 4 | 67 | 56 | 46 |
| Octal | 226 | 364 | 161 | 47 | 0 | 66 | 4 | 147 | 126 | 106 |
| Binary | 10010110 | 11110100 | 1110001 | 100111 | 0 | 110110 | 100 | 1100111 | 1010110 | 1000110 |
Color Harmonies of #96F471
Complementary color
Monochromatic Colors of #96F471
Black with #96F471
Text Example
Text Example
White with #96F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F471; }
p { color: rgb(150,244,113); }
H1.HeaderClassName
{
color: #96F471;
}
.AnyTagClassName
{
color: #96F471;
}
</style>
background-color css
<style>
a { background-color: #96F471; }
a { background-color: rgb(150,244,113); }
div.DivClassName
{
background-color: #96F471;
}
.BgClassName
{
background-color: #96F471;
}
</style>
border-color css
<style>
span { border-color: #96F471; }
span { border-color: rgb(150,244,113); }
td.TdClassName
{
border-color: #96F471;
}
.TagClassName
{
border-color: #96F471;
}
</style>