Shades of Feijoa #97E364
Tints of Feijoa #97E364
RGB
CMYK
RGB Variations
Color information
#97E364 (or 0x97E364) is known color: Feijoa. HEX triplet: 97, E3 and 64. RGB value is (151,227,100). Sum of RGB (Red+Green+Blue) = 151+227+100=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #97E364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E364 is #681C9B. Grayscale: #BEBEBE. Windows color (decimal): -6823068 or 6611863. OLE color: 6611863.
HSL color Cylindrical-coordinate representation of color #97E364: hue angle of 95.91º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97E364 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 227 | 100 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.11 |
| HSL | 95.91º | 0.69% | 0.64% | - |
| HSV(B) | 95.91º | 0.56% | 0.89% | - |
| XYZ | 42.53 | 62.44 | 21.87 | - |
| YUV | 189.8 | 77.32 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 227 | 100 | 0.33 | 0 | 0.56 | 0.11 | 95.91 | 0.69 | 0.64 |
| Hex | 97 | E3 | 64 | 21 | 0 | 38 | B | 60 | 45 | 40 |
| Octal | 227 | 343 | 144 | 41 | 0 | 70 | 13 | 140 | 105 | 100 |
| Binary | 10010111 | 11100011 | 1100100 | 100001 | 0 | 111000 | 1011 | 1100000 | 1000101 | 1000000 |
Color Harmonies of #97E364
Complementary color
Monochromatic Colors of #97E364
Black with #97E364
Text Example
Text Example
White with #97E364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E364; }
p { color: rgb(151,227,100); }
H1.HeaderClassName
{
color: #97E364;
}
.AnyTagClassName
{
color: #97E364;
}
</style>
background-color css
<style>
a { background-color: #97E364; }
a { background-color: rgb(151,227,100); }
div.DivClassName
{
background-color: #97E364;
}
.BgClassName
{
background-color: #97E364;
}
</style>
border-color css
<style>
span { border-color: #97E364; }
span { border-color: rgb(151,227,100); }
td.TdClassName
{
border-color: #97E364;
}
.TagClassName
{
border-color: #97E364;
}
</style>