Shades of Feijoa #96ED6F
Tints of Feijoa #96ED6F
RGB
CMYK
RGB Variations
Color information
#96ED6F (or 0x96ED6F) is known color: Feijoa. HEX triplet: 96, ED and 6F. RGB value is (150,237,111). Sum of RGB (Red+Green+Blue) = 150+237+111=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 237 (92.97% from 255 or 47.59% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96ED6F is #691290. Grayscale: #C5C5C5. Windows color (decimal): -6886033 or 7335318. OLE color: 7335318.
HSL color Cylindrical-coordinate representation of color #96ED6F: hue angle of 101.43º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96ED6F is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 111 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.07 |
| HSL | 101.43º | 0.78% | 0.68% | - |
| HSV(B) | 101.43º | 0.53% | 0.93% | - |
| XYZ | 45.73 | 68.2 | 25.79 | - |
| YUV | 196.62 | 79.68 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 111 | 0.37 | 0 | 0.53 | 0.07 | 101.43 | 0.78 | 0.68 |
| Hex | 96 | ED | 6F | 25 | 0 | 35 | 7 | 65 | 4E | 44 |
| Octal | 226 | 355 | 157 | 45 | 0 | 65 | 7 | 145 | 116 | 104 |
| Binary | 10010110 | 11101101 | 1101111 | 100101 | 0 | 110101 | 111 | 1100101 | 1001110 | 1000100 |
Color Harmonies of #96ED6F
Complementary color
Monochromatic Colors of #96ED6F
Black with #96ED6F
Text Example
Text Example
White with #96ED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ED6F; }
p { color: rgb(150,237,111); }
H1.HeaderClassName
{
color: #96ED6F;
}
.AnyTagClassName
{
color: #96ED6F;
}
</style>
background-color css
<style>
a { background-color: #96ED6F; }
a { background-color: rgb(150,237,111); }
div.DivClassName
{
background-color: #96ED6F;
}
.BgClassName
{
background-color: #96ED6F;
}
</style>
border-color css
<style>
span { border-color: #96ED6F; }
span { border-color: rgb(150,237,111); }
td.TdClassName
{
border-color: #96ED6F;
}
.TagClassName
{
border-color: #96ED6F;
}
</style>