Shades of Feijoa #99EA73
Tints of Feijoa #99EA73
RGB
CMYK
RGB Variations
Color information
#99EA73 (or 0x99EA73) is known color: Feijoa. HEX triplet: 99, EA and 73. RGB value is (153,234,115). Sum of RGB (Red+Green+Blue) = 153+234+115=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EA73 is #66158C. Grayscale: #C4C4C4. Windows color (decimal): -6690189 or 7596697. OLE color: 7596697.
HSL color Cylindrical-coordinate representation of color #99EA73: hue angle of 100.84º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99EA73 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 115 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.08 |
| HSL | 100.84º | 0.74% | 0.68% | - |
| HSV(B) | 100.84º | 0.51% | 0.92% | - |
| XYZ | 45.65 | 66.86 | 26.72 | - |
| YUV | 196.22 | 82.16 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 115 | 0.35 | 0 | 0.51 | 0.08 | 100.84 | 0.74 | 0.68 |
| Hex | 99 | EA | 73 | 23 | 0 | 33 | 8 | 65 | 4A | 44 |
| Octal | 231 | 352 | 163 | 43 | 0 | 63 | 10 | 145 | 112 | 104 |
| Binary | 10011001 | 11101010 | 1110011 | 100011 | 0 | 110011 | 1000 | 1100101 | 1001010 | 1000100 |
Color Harmonies of #99EA73
Complementary color
Monochromatic Colors of #99EA73
Black with #99EA73
Text Example
Text Example
White with #99EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EA73; }
p { color: rgb(153,234,115); }
H1.HeaderClassName
{
color: #99EA73;
}
.AnyTagClassName
{
color: #99EA73;
}
</style>
background-color css
<style>
a { background-color: #99EA73; }
a { background-color: rgb(153,234,115); }
div.DivClassName
{
background-color: #99EA73;
}
.BgClassName
{
background-color: #99EA73;
}
</style>
border-color css
<style>
span { border-color: #99EA73; }
span { border-color: rgb(153,234,115); }
td.TdClassName
{
border-color: #99EA73;
}
.TagClassName
{
border-color: #99EA73;
}
</style>