Shades of Feijoa #97F46A
Tints of Feijoa #97F46A
RGB
CMYK
RGB Variations
Color information
#97F46A (or 0x97F46A) is known color: Feijoa. HEX triplet: 97, F4 and 6A. RGB value is (151,244,106). Sum of RGB (Red+Green+Blue) = 151+244+106=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #97F46A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F46A is #680B95. Grayscale: #C8C8C8. Windows color (decimal): -6818710 or 7009431. OLE color: 7009431.
HSL color Cylindrical-coordinate representation of color #97F46A: hue angle of 100.43º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97F46A is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 244 | 106 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.04 |
| HSL | 100.43º | 0.86% | 0.69% | - |
| HSV(B) | 100.43º | 0.57% | 0.96% | - |
| XYZ | 47.71 | 72.32 | 25.08 | - |
| YUV | 200.46 | 74.69 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 244 | 106 | 0.38 | 0 | 0.57 | 0.04 | 100.43 | 0.86 | 0.69 |
| Hex | 97 | F4 | 6A | 26 | 0 | 39 | 4 | 64 | 56 | 45 |
| Octal | 227 | 364 | 152 | 46 | 0 | 71 | 4 | 144 | 126 | 105 |
| Binary | 10010111 | 11110100 | 1101010 | 100110 | 0 | 111001 | 100 | 1100100 | 1010110 | 1000101 |
Color Harmonies of #97F46A
Complementary color
Monochromatic Colors of #97F46A
Black with #97F46A
Text Example
Text Example
White with #97F46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F46A; }
p { color: rgb(151,244,106); }
H1.HeaderClassName
{
color: #97F46A;
}
.AnyTagClassName
{
color: #97F46A;
}
</style>
background-color css
<style>
a { background-color: #97F46A; }
a { background-color: rgb(151,244,106); }
div.DivClassName
{
background-color: #97F46A;
}
.BgClassName
{
background-color: #97F46A;
}
</style>
border-color css
<style>
span { border-color: #97F46A; }
span { border-color: rgb(151,244,106); }
td.TdClassName
{
border-color: #97F46A;
}
.TagClassName
{
border-color: #97F46A;
}
</style>