Shades of Feijoa #97E367
Tints of Feijoa #97E367
RGB
CMYK
RGB Variations
Color information
#97E367 (or 0x97E367) is known color: Feijoa. HEX triplet: 97, E3 and 67. RGB value is (151,227,103). Sum of RGB (Red+Green+Blue) = 151+227+103=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #97E367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E367 is #681C98. Grayscale: #BEBEBE. Windows color (decimal): -6823065 or 6808471. OLE color: 6808471.
HSL color Cylindrical-coordinate representation of color #97E367: hue angle of 96.77º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97E367 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 227 | 103 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.11 |
| HSL | 96.77º | 0.69% | 0.65% | - |
| HSV(B) | 96.77º | 0.55% | 0.89% | - |
| XYZ | 42.68 | 62.5 | 22.65 | - |
| YUV | 190.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 227 | 103 | 0.33 | 0 | 0.55 | 0.11 | 96.77 | 0.69 | 0.65 |
| Hex | 97 | E3 | 67 | 21 | 0 | 37 | B | 61 | 45 | 41 |
| Octal | 227 | 343 | 147 | 41 | 0 | 67 | 13 | 141 | 105 | 101 |
| Binary | 10010111 | 11100011 | 1100111 | 100001 | 0 | 110111 | 1011 | 1100001 | 1000101 | 1000001 |
Color Harmonies of #97E367
Complementary color
Monochromatic Colors of #97E367
Black with #97E367
Text Example
Text Example
White with #97E367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E367; }
p { color: rgb(151,227,103); }
H1.HeaderClassName
{
color: #97E367;
}
.AnyTagClassName
{
color: #97E367;
}
</style>
background-color css
<style>
a { background-color: #97E367; }
a { background-color: rgb(151,227,103); }
div.DivClassName
{
background-color: #97E367;
}
.BgClassName
{
background-color: #97E367;
}
</style>
border-color css
<style>
span { border-color: #97E367; }
span { border-color: rgb(151,227,103); }
td.TdClassName
{
border-color: #97E367;
}
.TagClassName
{
border-color: #97E367;
}
</style>