Shades of Feijoa #99E766
Tints of Feijoa #99E766
RGB
CMYK
RGB Variations
Color information
#99E766 (or 0x99E766) is known color: Feijoa. HEX triplet: 99, E7 and 66. RGB value is (153,231,102). Sum of RGB (Red+Green+Blue) = 153+231+102=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #99E766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99E766 is #661899. Grayscale: #C1C1C1. Windows color (decimal): -6690970 or 6743961. OLE color: 6743961.
HSL color Cylindrical-coordinate representation of color #99E766: hue angle of 96.28º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99E766 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 231 | 102 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.09 |
| HSL | 96.28º | 0.73% | 0.65% | - |
| HSV(B) | 96.28º | 0.56% | 0.91% | - |
| XYZ | 44.11 | 64.88 | 22.77 | - |
| YUV | 192.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 231 | 102 | 0.34 | 0 | 0.56 | 0.09 | 96.28 | 0.73 | 0.65 |
| Hex | 99 | E7 | 66 | 22 | 0 | 38 | 9 | 60 | 49 | 41 |
| Octal | 231 | 347 | 146 | 42 | 0 | 70 | 11 | 140 | 111 | 101 |
| Binary | 10011001 | 11100111 | 1100110 | 100010 | 0 | 111000 | 1001 | 1100000 | 1001001 | 1000001 |
Color Harmonies of #99E766
Complementary color
Monochromatic Colors of #99E766
Black with #99E766
Text Example
Text Example
White with #99E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E766; }
p { color: rgb(153,231,102); }
H1.HeaderClassName
{
color: #99E766;
}
.AnyTagClassName
{
color: #99E766;
}
</style>
background-color css
<style>
a { background-color: #99E766; }
a { background-color: rgb(153,231,102); }
div.DivClassName
{
background-color: #99E766;
}
.BgClassName
{
background-color: #99E766;
}
</style>
border-color css
<style>
span { border-color: #99E766; }
span { border-color: rgb(153,231,102); }
td.TdClassName
{
border-color: #99E766;
}
.TagClassName
{
border-color: #99E766;
}
</style>