Shades of Feijoa #99F468
Tints of Feijoa #99F468
RGB
CMYK
RGB Variations
Color information
#99F468 (or 0x99F468) is known color: Feijoa. HEX triplet: 99, F4 and 68. RGB value is (153,244,104). Sum of RGB (Red+Green+Blue) = 153+244+104=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #99F468 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F468 is #660B97. Grayscale: #C9C9C9. Windows color (decimal): -6687640 or 6878361. OLE color: 6878361.
HSL color Cylindrical-coordinate representation of color #99F468: hue angle of 99º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99F468 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 244 | 104 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.04 |
| HSL | 99º | 0.86% | 0.68% | - |
| HSV(B) | 99º | 0.57% | 0.96% | - |
| XYZ | 47.99 | 72.47 | 24.56 | - |
| YUV | 200.83 | 73.35 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 244 | 104 | 0.37 | 0 | 0.57 | 0.04 | 99 | 0.86 | 0.68 |
| Hex | 99 | F4 | 68 | 25 | 0 | 39 | 4 | 63 | 56 | 44 |
| Octal | 231 | 364 | 150 | 45 | 0 | 71 | 4 | 143 | 126 | 104 |
| Binary | 10011001 | 11110100 | 1101000 | 100101 | 0 | 111001 | 100 | 1100011 | 1010110 | 1000100 |
Color Harmonies of #99F468
Complementary color
Monochromatic Colors of #99F468
Black with #99F468
Text Example
Text Example
White with #99F468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F468; }
p { color: rgb(153,244,104); }
H1.HeaderClassName
{
color: #99F468;
}
.AnyTagClassName
{
color: #99F468;
}
</style>
background-color css
<style>
a { background-color: #99F468; }
a { background-color: rgb(153,244,104); }
div.DivClassName
{
background-color: #99F468;
}
.BgClassName
{
background-color: #99F468;
}
</style>
border-color css
<style>
span { border-color: #99F468; }
span { border-color: rgb(153,244,104); }
td.TdClassName
{
border-color: #99F468;
}
.TagClassName
{
border-color: #99F468;
}
</style>