Shades of Feijoa #96F96C
Tints of Feijoa #96F96C
RGB
CMYK
RGB Variations
Color information
#96F96C (or 0x96F96C) is known color: Feijoa. HEX triplet: 96, F9 and 6C. RGB value is (150,249,108). Sum of RGB (Red+Green+Blue) = 150+249+108=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #96F96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F96C is #690693. Grayscale: #CBCBCB. Windows color (decimal): -6882964 or 7141782. OLE color: 7141782.
HSL color Cylindrical-coordinate representation of color #96F96C: hue angle of 102.13º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96F96C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 249 | 108 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.02 |
| HSL | 102.13º | 0.92% | 0.7% | - |
| HSV(B) | 102.13º | 0.57% | 0.98% | - |
| XYZ | 49.16 | 75.32 | 26.13 | - |
| YUV | 203.33 | 74.2 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 249 | 108 | 0.40 | 0 | 0.57 | 0.02 | 102.13 | 0.92 | 0.7 |
| Hex | 96 | F9 | 6C | 28 | 0 | 39 | 2 | 66 | 5C | 46 |
| Octal | 226 | 371 | 154 | 50 | 0 | 71 | 2 | 146 | 134 | 106 |
| Binary | 10010110 | 11111001 | 1101100 | 101000 | 0 | 111001 | 10 | 1100110 | 1011100 | 1000110 |
Color Harmonies of #96F96C
Complementary color
Monochromatic Colors of #96F96C
Black with #96F96C
Text Example
Text Example
White with #96F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F96C; }
p { color: rgb(150,249,108); }
H1.HeaderClassName
{
color: #96F96C;
}
.AnyTagClassName
{
color: #96F96C;
}
</style>
background-color css
<style>
a { background-color: #96F96C; }
a { background-color: rgb(150,249,108); }
div.DivClassName
{
background-color: #96F96C;
}
.BgClassName
{
background-color: #96F96C;
}
</style>
border-color css
<style>
span { border-color: #96F96C; }
span { border-color: rgb(150,249,108); }
td.TdClassName
{
border-color: #96F96C;
}
.TagClassName
{
border-color: #96F96C;
}
</style>