Shades of Feijoa #99EC72
Tints of Feijoa #99EC72
RGB
CMYK
RGB Variations
Color information
#99EC72 (or 0x99EC72) is known color: Feijoa. HEX triplet: 99, EC and 72. RGB value is (153,236,114). Sum of RGB (Red+Green+Blue) = 153+236+114=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EC72 is #66138D. Grayscale: #C5C5C5. Windows color (decimal): -6689678 or 7531673. OLE color: 7531673.
HSL color Cylindrical-coordinate representation of color #99EC72: hue angle of 100.82º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99EC72 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 114 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.07 |
| HSL | 100.82º | 0.76% | 0.69% | - |
| HSV(B) | 100.82º | 0.52% | 0.93% | - |
| XYZ | 46.17 | 67.98 | 26.61 | - |
| YUV | 197.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 114 | 0.35 | 0 | 0.52 | 0.07 | 100.82 | 0.76 | 0.69 |
| Hex | 99 | EC | 72 | 23 | 0 | 34 | 7 | 65 | 4C | 45 |
| Octal | 231 | 354 | 162 | 43 | 0 | 64 | 7 | 145 | 114 | 105 |
| Binary | 10011001 | 11101100 | 1110010 | 100011 | 0 | 110100 | 111 | 1100101 | 1001100 | 1000101 |
Color Harmonies of #99EC72
Complementary color
Monochromatic Colors of #99EC72
Black with #99EC72
Text Example
Text Example
White with #99EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC72; }
p { color: rgb(153,236,114); }
H1.HeaderClassName
{
color: #99EC72;
}
.AnyTagClassName
{
color: #99EC72;
}
</style>
background-color css
<style>
a { background-color: #99EC72; }
a { background-color: rgb(153,236,114); }
div.DivClassName
{
background-color: #99EC72;
}
.BgClassName
{
background-color: #99EC72;
}
</style>
border-color css
<style>
span { border-color: #99EC72; }
span { border-color: rgb(153,236,114); }
td.TdClassName
{
border-color: #99EC72;
}
.TagClassName
{
border-color: #99EC72;
}
</style>