Shades of Feijoa #96F863
Tints of Feijoa #96F863
RGB
CMYK
RGB Variations
Color information
#96F863 (or 0x96F863) is known color: Feijoa. HEX triplet: 96, F8 and 63. RGB value is (150,248,99). Sum of RGB (Red+Green+Blue) = 150+248+99=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #96F863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F863 is #69079C. Grayscale: #CACACA. Windows color (decimal): -6883229 or 6551702. OLE color: 6551702.
HSL color Cylindrical-coordinate representation of color #96F863: hue angle of 99.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96F863 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 99 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.03 |
| HSL | 99.46º | 0.91% | 0.68% | - |
| HSV(B) | 99.46º | 0.6% | 0.97% | - |
| XYZ | 48.4 | 74.52 | 23.64 | - |
| YUV | 201.71 | 70.03 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 99 | 0.40 | 0 | 0.60 | 0.03 | 99.46 | 0.91 | 0.68 |
| Hex | 96 | F8 | 63 | 28 | 0 | 3C | 3 | 63 | 5B | 44 |
| Octal | 226 | 370 | 143 | 50 | 0 | 74 | 3 | 143 | 133 | 104 |
| Binary | 10010110 | 11111000 | 1100011 | 101000 | 0 | 111100 | 11 | 1100011 | 1011011 | 1000100 |
Color Harmonies of #96F863
Complementary color
Monochromatic Colors of #96F863
Black with #96F863
Text Example
Text Example
White with #96F863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F863; }
p { color: rgb(150,248,99); }
H1.HeaderClassName
{
color: #96F863;
}
.AnyTagClassName
{
color: #96F863;
}
</style>
background-color css
<style>
a { background-color: #96F863; }
a { background-color: rgb(150,248,99); }
div.DivClassName
{
background-color: #96F863;
}
.BgClassName
{
background-color: #96F863;
}
</style>
border-color css
<style>
span { border-color: #96F863; }
span { border-color: rgb(150,248,99); }
td.TdClassName
{
border-color: #96F863;
}
.TagClassName
{
border-color: #96F863;
}
</style>