Shades of Feijoa #97E667
Tints of Feijoa #97E667
RGB
CMYK
RGB Variations
Color information
#97E667 (or 0x97E667) is known color: Feijoa. HEX triplet: 97, E6 and 67. RGB value is (151,230,103). Sum of RGB (Red+Green+Blue) = 151+230+103=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #97E667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E667 is #681998. Grayscale: #C0C0C0. Windows color (decimal): -6822297 or 6809239. OLE color: 6809239.
HSL color Cylindrical-coordinate representation of color #97E667: hue angle of 97.32º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97E667 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 230 | 103 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.10 |
| HSL | 97.32º | 0.72% | 0.65% | - |
| HSV(B) | 97.32º | 0.55% | 0.9% | - |
| XYZ | 43.51 | 64.15 | 22.92 | - |
| YUV | 191.9 | 77.83 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 230 | 103 | 0.34 | 0 | 0.55 | 0.10 | 97.32 | 0.72 | 0.65 |
| Hex | 97 | E6 | 67 | 22 | 0 | 37 | A | 61 | 48 | 41 |
| Octal | 227 | 346 | 147 | 42 | 0 | 67 | 12 | 141 | 110 | 101 |
| Binary | 10010111 | 11100110 | 1100111 | 100010 | 0 | 110111 | 1010 | 1100001 | 1001000 | 1000001 |
Color Harmonies of #97E667
Complementary color
Monochromatic Colors of #97E667
Black with #97E667
Text Example
Text Example
White with #97E667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E667; }
p { color: rgb(151,230,103); }
H1.HeaderClassName
{
color: #97E667;
}
.AnyTagClassName
{
color: #97E667;
}
</style>
background-color css
<style>
a { background-color: #97E667; }
a { background-color: rgb(151,230,103); }
div.DivClassName
{
background-color: #97E667;
}
.BgClassName
{
background-color: #97E667;
}
</style>
border-color css
<style>
span { border-color: #97E667; }
span { border-color: rgb(151,230,103); }
td.TdClassName
{
border-color: #97E667;
}
.TagClassName
{
border-color: #97E667;
}
</style>