Shades of Feijoa #99F472
Tints of Feijoa #99F472
RGB
CMYK
RGB Variations
Color information
#99F472 (or 0x99F472) is known color: Feijoa. HEX triplet: 99, F4 and 72. RGB value is (153,244,114). Sum of RGB (Red+Green+Blue) = 153+244+114=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #99F472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F472 is #660B8D. Grayscale: #CACACA. Windows color (decimal): -6687630 or 7533721. OLE color: 7533721.
HSL color Cylindrical-coordinate representation of color #99F472: hue angle of 102º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99F472 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 244 | 114 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.04 |
| HSL | 102º | 0.86% | 0.7% | - |
| HSV(B) | 102º | 0.53% | 0.96% | - |
| XYZ | 48.52 | 72.69 | 27.39 | - |
| YUV | 201.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 244 | 114 | 0.37 | 0 | 0.53 | 0.04 | 102 | 0.86 | 0.7 |
| Hex | 99 | F4 | 72 | 25 | 0 | 35 | 4 | 66 | 56 | 46 |
| Octal | 231 | 364 | 162 | 45 | 0 | 65 | 4 | 146 | 126 | 106 |
| Binary | 10011001 | 11110100 | 1110010 | 100101 | 0 | 110101 | 100 | 1100110 | 1010110 | 1000110 |
Color Harmonies of #99F472
Complementary color
Monochromatic Colors of #99F472
Black with #99F472
Text Example
Text Example
White with #99F472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F472; }
p { color: rgb(153,244,114); }
H1.HeaderClassName
{
color: #99F472;
}
.AnyTagClassName
{
color: #99F472;
}
</style>
background-color css
<style>
a { background-color: #99F472; }
a { background-color: rgb(153,244,114); }
div.DivClassName
{
background-color: #99F472;
}
.BgClassName
{
background-color: #99F472;
}
</style>
border-color css
<style>
span { border-color: #99F472; }
span { border-color: rgb(153,244,114); }
td.TdClassName
{
border-color: #99F472;
}
.TagClassName
{
border-color: #99F472;
}
</style>