Shades of Feijoa #99E770
Tints of Feijoa #99E770
RGB
CMYK
RGB Variations
Color information
#99E770 (or 0x99E770) is known color: Feijoa. HEX triplet: 99, E7 and 70. RGB value is (153,231,112). Sum of RGB (Red+Green+Blue) = 153+231+112=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #99E770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99E770 is #66188F. Grayscale: #C2C2C2. Windows color (decimal): -6690960 or 7399321. OLE color: 7399321.
HSL color Cylindrical-coordinate representation of color #99E770: hue angle of 99.33º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99E770 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 231 | 112 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.09 |
| HSL | 99.33º | 0.71% | 0.67% | - |
| HSV(B) | 99.33º | 0.52% | 0.91% | - |
| XYZ | 44.64 | 65.09 | 25.54 | - |
| YUV | 194.11 | 81.66 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 231 | 112 | 0.34 | 0 | 0.52 | 0.09 | 99.33 | 0.71 | 0.67 |
| Hex | 99 | E7 | 70 | 22 | 0 | 34 | 9 | 63 | 47 | 43 |
| Octal | 231 | 347 | 160 | 42 | 0 | 64 | 11 | 143 | 107 | 103 |
| Binary | 10011001 | 11100111 | 1110000 | 100010 | 0 | 110100 | 1001 | 1100011 | 1000111 | 1000011 |
Color Harmonies of #99E770
Complementary color
Monochromatic Colors of #99E770
Black with #99E770
Text Example
Text Example
White with #99E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E770; }
p { color: rgb(153,231,112); }
H1.HeaderClassName
{
color: #99E770;
}
.AnyTagClassName
{
color: #99E770;
}
</style>
background-color css
<style>
a { background-color: #99E770; }
a { background-color: rgb(153,231,112); }
div.DivClassName
{
background-color: #99E770;
}
.BgClassName
{
background-color: #99E770;
}
</style>
border-color css
<style>
span { border-color: #99E770; }
span { border-color: rgb(153,231,112); }
td.TdClassName
{
border-color: #99E770;
}
.TagClassName
{
border-color: #99E770;
}
</style>