Shades of Feijoa #99E265
Tints of Feijoa #99E265
RGB
CMYK
RGB Variations
Color information
#99E265 (or 0x99E265) is known color: Feijoa. HEX triplet: 99, E2 and 65. RGB value is (153,226,101). Sum of RGB (Red+Green+Blue) = 153+226+101=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #99E265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E265 is #661D9A. Grayscale: #BEBEBE. Windows color (decimal): -6692251 or 6677145. OLE color: 6677145.
HSL color Cylindrical-coordinate representation of color #99E265: hue angle of 95.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99E265 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 101 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.11 |
| HSL | 95.04º | 0.68% | 0.64% | - |
| HSV(B) | 95.04º | 0.55% | 0.89% | - |
| XYZ | 42.68 | 62.1 | 22.05 | - |
| YUV | 189.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 101 | 0.32 | 0 | 0.55 | 0.11 | 95.04 | 0.68 | 0.64 |
| Hex | 99 | E2 | 65 | 20 | 0 | 37 | B | 5F | 44 | 40 |
| Octal | 231 | 342 | 145 | 40 | 0 | 67 | 13 | 137 | 104 | 100 |
| Binary | 10011001 | 11100010 | 1100101 | 100000 | 0 | 110111 | 1011 | 1011111 | 1000100 | 1000000 |
Color Harmonies of #99E265
Complementary color
Monochromatic Colors of #99E265
Black with #99E265
Text Example
Text Example
White with #99E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E265; }
p { color: rgb(153,226,101); }
H1.HeaderClassName
{
color: #99E265;
}
.AnyTagClassName
{
color: #99E265;
}
</style>
background-color css
<style>
a { background-color: #99E265; }
a { background-color: rgb(153,226,101); }
div.DivClassName
{
background-color: #99E265;
}
.BgClassName
{
background-color: #99E265;
}
</style>
border-color css
<style>
span { border-color: #99E265; }
span { border-color: rgb(153,226,101); }
td.TdClassName
{
border-color: #99E265;
}
.TagClassName
{
border-color: #99E265;
}
</style>