Shades of Feijoa #96E766
Tints of Feijoa #96E766
RGB
CMYK
RGB Variations
Color information
#96E766 (or 0x96E766) is known color: Feijoa. HEX triplet: 96, E7 and 66. RGB value is (150,231,102). Sum of RGB (Red+Green+Blue) = 150+231+102=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #96E766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E766 is #691899. Grayscale: #C0C0C0. Windows color (decimal): -6887578 or 6743958. OLE color: 6743958.
HSL color Cylindrical-coordinate representation of color #96E766: hue angle of 97.67º 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 #96E766 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 102 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.09 |
| HSL | 97.67º | 0.73% | 0.65% | - |
| HSV(B) | 97.67º | 0.56% | 0.91% | - |
| XYZ | 43.55 | 64.6 | 22.74 | - |
| YUV | 192.08 | 77.16 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 102 | 0.35 | 0 | 0.56 | 0.09 | 97.67 | 0.73 | 0.65 |
| Hex | 96 | E7 | 66 | 23 | 0 | 38 | 9 | 62 | 49 | 41 |
| Octal | 226 | 347 | 146 | 43 | 0 | 70 | 11 | 142 | 111 | 101 |
| Binary | 10010110 | 11100111 | 1100110 | 100011 | 0 | 111000 | 1001 | 1100010 | 1001001 | 1000001 |
Color Harmonies of #96E766
Complementary color
Monochromatic Colors of #96E766
Black with #96E766
Text Example
Text Example
White with #96E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E766; }
p { color: rgb(150,231,102); }
H1.HeaderClassName
{
color: #96E766;
}
.AnyTagClassName
{
color: #96E766;
}
</style>
background-color css
<style>
a { background-color: #96E766; }
a { background-color: rgb(150,231,102); }
div.DivClassName
{
background-color: #96E766;
}
.BgClassName
{
background-color: #96E766;
}
</style>
border-color css
<style>
span { border-color: #96E766; }
span { border-color: rgb(150,231,102); }
td.TdClassName
{
border-color: #96E766;
}
.TagClassName
{
border-color: #96E766;
}
</style>