Shades of Feijoa #99EC71
Tints of Feijoa #99EC71
RGB
CMYK
RGB Variations
Color information
#99EC71 (or 0x99EC71) is known color: Feijoa. HEX triplet: 99, EC and 71. RGB value is (153,236,113). Sum of RGB (Red+Green+Blue) = 153+236+113=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EC71 is #66138E. Grayscale: #C5C5C5. Windows color (decimal): -6689679 or 7466137. OLE color: 7466137.
HSL color Cylindrical-coordinate representation of color #99EC71: hue angle of 100.49º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99EC71 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 113 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.07 |
| HSL | 100.49º | 0.76% | 0.68% | - |
| HSV(B) | 100.49º | 0.52% | 0.93% | - |
| XYZ | 46.11 | 67.96 | 26.31 | - |
| YUV | 197.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 113 | 0.35 | 0 | 0.52 | 0.07 | 100.49 | 0.76 | 0.68 |
| Hex | 99 | EC | 71 | 23 | 0 | 34 | 7 | 64 | 4C | 44 |
| Octal | 231 | 354 | 161 | 43 | 0 | 64 | 7 | 144 | 114 | 104 |
| Binary | 10011001 | 11101100 | 1110001 | 100011 | 0 | 110100 | 111 | 1100100 | 1001100 | 1000100 |
Color Harmonies of #99EC71
Complementary color
Monochromatic Colors of #99EC71
Black with #99EC71
Text Example
Text Example
White with #99EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC71; }
p { color: rgb(153,236,113); }
H1.HeaderClassName
{
color: #99EC71;
}
.AnyTagClassName
{
color: #99EC71;
}
</style>
background-color css
<style>
a { background-color: #99EC71; }
a { background-color: rgb(153,236,113); }
div.DivClassName
{
background-color: #99EC71;
}
.BgClassName
{
background-color: #99EC71;
}
</style>
border-color css
<style>
span { border-color: #99EC71; }
span { border-color: rgb(153,236,113); }
td.TdClassName
{
border-color: #99EC71;
}
.TagClassName
{
border-color: #99EC71;
}
</style>