Shades of Feijoa #97EC6D
Tints of Feijoa #97EC6D
RGB
CMYK
RGB Variations
Color information
#97EC6D (or 0x97EC6D) is known color: Feijoa. HEX triplet: 97, EC and 6D. RGB value is (151,236,109). Sum of RGB (Red+Green+Blue) = 151+236+109=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #97EC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EC6D is #681392. Grayscale: #C4C4C4. Windows color (decimal): -6820755 or 7203991. OLE color: 7203991.
HSL color Cylindrical-coordinate representation of color #97EC6D: hue angle of 100.16º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97EC6D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 236 | 109 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.07 |
| HSL | 100.16º | 0.77% | 0.68% | - |
| HSV(B) | 100.16º | 0.54% | 0.93% | - |
| XYZ | 45.52 | 67.67 | 25.13 | - |
| YUV | 196.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 236 | 109 | 0.36 | 0 | 0.54 | 0.07 | 100.16 | 0.77 | 0.68 |
| Hex | 97 | EC | 6D | 24 | 0 | 36 | 7 | 64 | 4D | 44 |
| Octal | 227 | 354 | 155 | 44 | 0 | 66 | 7 | 144 | 115 | 104 |
| Binary | 10010111 | 11101100 | 1101101 | 100100 | 0 | 110110 | 111 | 1100100 | 1001101 | 1000100 |
Color Harmonies of #97EC6D
Complementary color
Monochromatic Colors of #97EC6D
Black with #97EC6D
Text Example
Text Example
White with #97EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EC6D; }
p { color: rgb(151,236,109); }
H1.HeaderClassName
{
color: #97EC6D;
}
.AnyTagClassName
{
color: #97EC6D;
}
</style>
background-color css
<style>
a { background-color: #97EC6D; }
a { background-color: rgb(151,236,109); }
div.DivClassName
{
background-color: #97EC6D;
}
.BgClassName
{
background-color: #97EC6D;
}
</style>
border-color css
<style>
span { border-color: #97EC6D; }
span { border-color: rgb(151,236,109); }
td.TdClassName
{
border-color: #97EC6D;
}
.TagClassName
{
border-color: #97EC6D;
}
</style>