Shades of Feijoa #99F064
Tints of Feijoa #99F064
RGB
CMYK
RGB Variations
Color information
#99F064 (or 0x99F064) is known color: Feijoa. HEX triplet: 99, F0 and 64. RGB value is (153,240,100). Sum of RGB (Red+Green+Blue) = 153+240+100=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #99F064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F064 is #660F9B. Grayscale: #C6C6C6. Windows color (decimal): -6688668 or 6615193. OLE color: 6615193.
HSL color Cylindrical-coordinate representation of color #99F064: hue angle of 97.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99F064 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 100 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.06 |
| HSL | 97.29º | 0.82% | 0.67% | - |
| HSV(B) | 97.29º | 0.58% | 0.94% | - |
| XYZ | 46.6 | 70.01 | 23.11 | - |
| YUV | 198.03 | 72.68 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 100 | 0.36 | 0 | 0.58 | 0.06 | 97.29 | 0.82 | 0.67 |
| Hex | 99 | F0 | 64 | 24 | 0 | 3A | 6 | 61 | 52 | 43 |
| Octal | 231 | 360 | 144 | 44 | 0 | 72 | 6 | 141 | 122 | 103 |
| Binary | 10011001 | 11110000 | 1100100 | 100100 | 0 | 111010 | 110 | 1100001 | 1010010 | 1000011 |
Color Harmonies of #99F064
Complementary color
Monochromatic Colors of #99F064
Black with #99F064
Text Example
Text Example
White with #99F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F064; }
p { color: rgb(153,240,100); }
H1.HeaderClassName
{
color: #99F064;
}
.AnyTagClassName
{
color: #99F064;
}
</style>
background-color css
<style>
a { background-color: #99F064; }
a { background-color: rgb(153,240,100); }
div.DivClassName
{
background-color: #99F064;
}
.BgClassName
{
background-color: #99F064;
}
</style>
border-color css
<style>
span { border-color: #99F064; }
span { border-color: rgb(153,240,100); }
td.TdClassName
{
border-color: #99F064;
}
.TagClassName
{
border-color: #99F064;
}
</style>