Shades of Feijoa #97EE6C
Tints of Feijoa #97EE6C
RGB
CMYK
RGB Variations
Color information
#97EE6C (or 0x97EE6C) is known color: Feijoa. HEX triplet: 97, EE and 6C. RGB value is (151,238,108). Sum of RGB (Red+Green+Blue) = 151+238+108=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #97EE6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EE6C is #681193. Grayscale: #C5C5C5. Windows color (decimal): -6820244 or 7138967. OLE color: 7138967.
HSL color Cylindrical-coordinate representation of color #97EE6C: hue angle of 100.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97EE6C is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 238 | 108 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.07 |
| HSL | 100.15º | 0.79% | 0.68% | - |
| HSV(B) | 100.15º | 0.55% | 0.93% | - |
| XYZ | 46.04 | 68.81 | 25.04 | - |
| YUV | 197.17 | 77.68 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 238 | 108 | 0.37 | 0 | 0.55 | 0.07 | 100.15 | 0.79 | 0.68 |
| Hex | 97 | EE | 6C | 25 | 0 | 37 | 7 | 64 | 4F | 44 |
| Octal | 227 | 356 | 154 | 45 | 0 | 67 | 7 | 144 | 117 | 104 |
| Binary | 10010111 | 11101110 | 1101100 | 100101 | 0 | 110111 | 111 | 1100100 | 1001111 | 1000100 |
Color Harmonies of #97EE6C
Complementary color
Monochromatic Colors of #97EE6C
Black with #97EE6C
Text Example
Text Example
White with #97EE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EE6C; }
p { color: rgb(151,238,108); }
H1.HeaderClassName
{
color: #97EE6C;
}
.AnyTagClassName
{
color: #97EE6C;
}
</style>
background-color css
<style>
a { background-color: #97EE6C; }
a { background-color: rgb(151,238,108); }
div.DivClassName
{
background-color: #97EE6C;
}
.BgClassName
{
background-color: #97EE6C;
}
</style>
border-color css
<style>
span { border-color: #97EE6C; }
span { border-color: rgb(151,238,108); }
td.TdClassName
{
border-color: #97EE6C;
}
.TagClassName
{
border-color: #97EE6C;
}
</style>