Shades of Feijoa #99F865
Tints of Feijoa #99F865
RGB
CMYK
RGB Variations
Color information
#99F865 (or 0x99F865) is known color: Feijoa. HEX triplet: 99, F8 and 65. RGB value is (153,248,101). Sum of RGB (Red+Green+Blue) = 153+248+101=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #99F865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F865 is #66079A. Grayscale: #CBCBCB. Windows color (decimal): -6686619 or 6682777. OLE color: 6682777.
HSL color Cylindrical-coordinate representation of color #99F865: hue angle of 98.78º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99F865 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 248 | 101 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.03 |
| HSL | 98.78º | 0.91% | 0.68% | - |
| HSV(B) | 98.78º | 0.59% | 0.97% | - |
| XYZ | 49.05 | 74.85 | 24.17 | - |
| YUV | 202.84 | 70.53 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 248 | 101 | 0.38 | 0 | 0.59 | 0.03 | 98.78 | 0.91 | 0.68 |
| Hex | 99 | F8 | 65 | 26 | 0 | 3B | 3 | 63 | 5B | 44 |
| Octal | 231 | 370 | 145 | 46 | 0 | 73 | 3 | 143 | 133 | 104 |
| Binary | 10011001 | 11111000 | 1100101 | 100110 | 0 | 111011 | 11 | 1100011 | 1011011 | 1000100 |
Color Harmonies of #99F865
Complementary color
Monochromatic Colors of #99F865
Black with #99F865
Text Example
Text Example
White with #99F865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F865; }
p { color: rgb(153,248,101); }
H1.HeaderClassName
{
color: #99F865;
}
.AnyTagClassName
{
color: #99F865;
}
</style>
background-color css
<style>
a { background-color: #99F865; }
a { background-color: rgb(153,248,101); }
div.DivClassName
{
background-color: #99F865;
}
.BgClassName
{
background-color: #99F865;
}
</style>
border-color css
<style>
span { border-color: #99F865; }
span { border-color: rgb(153,248,101); }
td.TdClassName
{
border-color: #99F865;
}
.TagClassName
{
border-color: #99F865;
}
</style>