Shades of Feijoa #99E267
Tints of Feijoa #99E267
RGB
CMYK
RGB Variations
Color information
#99E267 (or 0x99E267) is known color: Feijoa. HEX triplet: 99, E2 and 67. RGB value is (153,226,103). Sum of RGB (Red+Green+Blue) = 153+226+103=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #99E267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E267 is #661D98. Grayscale: #BEBEBE. Windows color (decimal): -6692249 or 6808217. OLE color: 6808217.
HSL color Cylindrical-coordinate representation of color #99E267: hue angle of 95.61º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99E267 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 103 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.11 |
| HSL | 95.61º | 0.68% | 0.65% | - |
| HSV(B) | 95.61º | 0.54% | 0.89% | - |
| XYZ | 42.78 | 62.14 | 22.57 | - |
| YUV | 190.15 | 78.82 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 103 | 0.32 | 0 | 0.54 | 0.11 | 95.61 | 0.68 | 0.65 |
| Hex | 99 | E2 | 67 | 20 | 0 | 36 | B | 60 | 44 | 41 |
| Octal | 231 | 342 | 147 | 40 | 0 | 66 | 13 | 140 | 104 | 101 |
| Binary | 10011001 | 11100010 | 1100111 | 100000 | 0 | 110110 | 1011 | 1100000 | 1000100 | 1000001 |
Color Harmonies of #99E267
Complementary color
Monochromatic Colors of #99E267
Black with #99E267
Text Example
Text Example
White with #99E267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E267; }
p { color: rgb(153,226,103); }
H1.HeaderClassName
{
color: #99E267;
}
.AnyTagClassName
{
color: #99E267;
}
</style>
background-color css
<style>
a { background-color: #99E267; }
a { background-color: rgb(153,226,103); }
div.DivClassName
{
background-color: #99E267;
}
.BgClassName
{
background-color: #99E267;
}
</style>
border-color css
<style>
span { border-color: #99E267; }
span { border-color: rgb(153,226,103); }
td.TdClassName
{
border-color: #99E267;
}
.TagClassName
{
border-color: #99E267;
}
</style>