Shades of Feijoa #99E465
Tints of Feijoa #99E465
RGB
CMYK
RGB Variations
Color information
#99E465 (or 0x99E465) is known color: Feijoa. HEX triplet: 99, E4 and 65. RGB value is (153,228,101). Sum of RGB (Red+Green+Blue) = 153+228+101=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #99E465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E465 is #661B9A. Grayscale: #BFBFBF. Windows color (decimal): -6691739 or 6677657. OLE color: 6677657.
HSL color Cylindrical-coordinate representation of color #99E465: hue angle of 95.43º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99E465 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 228 | 101 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.11 |
| HSL | 95.43º | 0.7% | 0.65% | - |
| HSV(B) | 95.43º | 0.56% | 0.89% | - |
| XYZ | 43.23 | 63.2 | 22.23 | - |
| YUV | 191.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 228 | 101 | 0.33 | 0 | 0.56 | 0.11 | 95.43 | 0.7 | 0.65 |
| Hex | 99 | E4 | 65 | 21 | 0 | 38 | B | 5F | 46 | 41 |
| Octal | 231 | 344 | 145 | 41 | 0 | 70 | 13 | 137 | 106 | 101 |
| Binary | 10011001 | 11100100 | 1100101 | 100001 | 0 | 111000 | 1011 | 1011111 | 1000110 | 1000001 |
Color Harmonies of #99E465
Complementary color
Monochromatic Colors of #99E465
Black with #99E465
Text Example
Text Example
White with #99E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E465; }
p { color: rgb(153,228,101); }
H1.HeaderClassName
{
color: #99E465;
}
.AnyTagClassName
{
color: #99E465;
}
</style>
background-color css
<style>
a { background-color: #99E465; }
a { background-color: rgb(153,228,101); }
div.DivClassName
{
background-color: #99E465;
}
.BgClassName
{
background-color: #99E465;
}
</style>
border-color css
<style>
span { border-color: #99E465; }
span { border-color: rgb(153,228,101); }
td.TdClassName
{
border-color: #99E465;
}
.TagClassName
{
border-color: #99E465;
}
</style>