Shades of Feijoa #99F76E
Tints of Feijoa #99F76E
RGB
CMYK
RGB Variations
Color information
#99F76E (or 0x99F76E) is known color: Feijoa. HEX triplet: 99, F7 and 6E. RGB value is (153,247,110). Sum of RGB (Red+Green+Blue) = 153+247+110=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #99F76E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F76E is #660891. Grayscale: #CBCBCB. Windows color (decimal): -6686866 or 7272345. OLE color: 7272345.
HSL color Cylindrical-coordinate representation of color #99F76E: hue angle of 101.17º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99F76E is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 110 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.03 |
| HSL | 101.17º | 0.9% | 0.7% | - |
| HSV(B) | 101.17º | 0.55% | 0.97% | - |
| XYZ | 49.21 | 74.42 | 26.52 | - |
| YUV | 203.28 | 75.36 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 110 | 0.38 | 0 | 0.55 | 0.03 | 101.17 | 0.9 | 0.7 |
| Hex | 99 | F7 | 6E | 26 | 0 | 37 | 3 | 65 | 5A | 46 |
| Octal | 231 | 367 | 156 | 46 | 0 | 67 | 3 | 145 | 132 | 106 |
| Binary | 10011001 | 11110111 | 1101110 | 100110 | 0 | 110111 | 11 | 1100101 | 1011010 | 1000110 |
Color Harmonies of #99F76E
Complementary color
Monochromatic Colors of #99F76E
Black with #99F76E
Text Example
Text Example
White with #99F76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F76E; }
p { color: rgb(153,247,110); }
H1.HeaderClassName
{
color: #99F76E;
}
.AnyTagClassName
{
color: #99F76E;
}
</style>
background-color css
<style>
a { background-color: #99F76E; }
a { background-color: rgb(153,247,110); }
div.DivClassName
{
background-color: #99F76E;
}
.BgClassName
{
background-color: #99F76E;
}
</style>
border-color css
<style>
span { border-color: #99F76E; }
span { border-color: rgb(153,247,110); }
td.TdClassName
{
border-color: #99F76E;
}
.TagClassName
{
border-color: #99F76E;
}
</style>