Shades of Feijoa #96F06B
Tints of Feijoa #96F06B
RGB
CMYK
RGB Variations
Color information
#96F06B (or 0x96F06B) is known color: Feijoa. HEX triplet: 96, F0 and 6B. RGB value is (150,240,107). Sum of RGB (Red+Green+Blue) = 150+240+107=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #96F06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F06B is #690F94. Grayscale: #C6C6C6. Windows color (decimal): -6885269 or 7073942. OLE color: 7073942.
HSL color Cylindrical-coordinate representation of color #96F06B: hue angle of 100.6º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96F06B is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 107 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.06 |
| HSL | 100.6º | 0.82% | 0.68% | - |
| HSV(B) | 100.6º | 0.55% | 0.94% | - |
| XYZ | 46.39 | 69.87 | 24.95 | - |
| YUV | 197.93 | 76.68 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 107 | 0.37 | 0 | 0.55 | 0.06 | 100.6 | 0.82 | 0.68 |
| Hex | 96 | F0 | 6B | 25 | 0 | 37 | 6 | 65 | 52 | 44 |
| Octal | 226 | 360 | 153 | 45 | 0 | 67 | 6 | 145 | 122 | 104 |
| Binary | 10010110 | 11110000 | 1101011 | 100101 | 0 | 110111 | 110 | 1100101 | 1010010 | 1000100 |
Color Harmonies of #96F06B
Complementary color
Monochromatic Colors of #96F06B
Black with #96F06B
Text Example
Text Example
White with #96F06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F06B; }
p { color: rgb(150,240,107); }
H1.HeaderClassName
{
color: #96F06B;
}
.AnyTagClassName
{
color: #96F06B;
}
</style>
background-color css
<style>
a { background-color: #96F06B; }
a { background-color: rgb(150,240,107); }
div.DivClassName
{
background-color: #96F06B;
}
.BgClassName
{
background-color: #96F06B;
}
</style>
border-color css
<style>
span { border-color: #96F06B; }
span { border-color: rgb(150,240,107); }
td.TdClassName
{
border-color: #96F06B;
}
.TagClassName
{
border-color: #96F06B;
}
</style>