Shades of Feijoa #99EE71
Tints of Feijoa #99EE71
RGB
CMYK
RGB Variations
Color information
#99EE71 (or 0x99EE71) is known color: Feijoa. HEX triplet: 99, EE and 71. RGB value is (153,238,113). Sum of RGB (Red+Green+Blue) = 153+238+113=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #99EE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EE71 is #66118E. Grayscale: #C6C6C6. Windows color (decimal): -6689167 or 7466649. OLE color: 7466649.
HSL color Cylindrical-coordinate representation of color #99EE71: hue angle of 100.8º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99EE71 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 113 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.07 |
| HSL | 100.8º | 0.79% | 0.69% | - |
| HSV(B) | 100.8º | 0.53% | 0.93% | - |
| XYZ | 46.69 | 69.11 | 26.5 | - |
| YUV | 198.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 113 | 0.36 | 0 | 0.53 | 0.07 | 100.8 | 0.79 | 0.69 |
| Hex | 99 | EE | 71 | 24 | 0 | 35 | 7 | 65 | 4F | 45 |
| Octal | 231 | 356 | 161 | 44 | 0 | 65 | 7 | 145 | 117 | 105 |
| Binary | 10011001 | 11101110 | 1110001 | 100100 | 0 | 110101 | 111 | 1100101 | 1001111 | 1000101 |
Color Harmonies of #99EE71
Complementary color
Monochromatic Colors of #99EE71
Black with #99EE71
Text Example
Text Example
White with #99EE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EE71; }
p { color: rgb(153,238,113); }
H1.HeaderClassName
{
color: #99EE71;
}
.AnyTagClassName
{
color: #99EE71;
}
</style>
background-color css
<style>
a { background-color: #99EE71; }
a { background-color: rgb(153,238,113); }
div.DivClassName
{
background-color: #99EE71;
}
.BgClassName
{
background-color: #99EE71;
}
</style>
border-color css
<style>
span { border-color: #99EE71; }
span { border-color: rgb(153,238,113); }
td.TdClassName
{
border-color: #99EE71;
}
.TagClassName
{
border-color: #99EE71;
}
</style>