Shades of Feijoa #97FF64
Tints of Feijoa #97FF64
RGB
CMYK
RGB Variations
Color information
#97FF64 (or 0x97FF64) is known color: Feijoa. HEX triplet: 97, FF and 64. RGB value is (151,255,100). Sum of RGB (Red+Green+Blue) = 151+255+100=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #97FF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FF64 is #68009B. Grayscale: #CECECE. Windows color (decimal): -6815900 or 6619031. OLE color: 6619031.
HSL color Cylindrical-coordinate representation of color #97FF64: hue angle of 100.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97FF64 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 100 | - |
| CMYK | 0.41 | 0 | 0.61 | 0 |
| HSL | 100.26º | 1% | 0.7% | - |
| HSV(B) | 100.26º | 0.61% | 1% | - |
| XYZ | 50.82 | 79.02 | 24.63 | - |
| YUV | 206.23 | 68.04 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 100 | 0.41 | 0 | 0.61 | 0 | 100.26 | 1 | 0.7 |
| Hex | 97 | FF | 64 | 29 | 0 | 3D | 0 | 64 | 64 | 46 |
| Octal | 227 | 377 | 144 | 51 | 0 | 75 | 0 | 144 | 144 | 106 |
| Binary | 10010111 | 11111111 | 1100100 | 101001 | 0 | 111101 | 0 | 1100100 | 1100100 | 1000110 |
Color Harmonies of #97FF64
Complementary color
Monochromatic Colors of #97FF64
Black with #97FF64
Text Example
Text Example
White with #97FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FF64; }
p { color: rgb(151,255,100); }
H1.HeaderClassName
{
color: #97FF64;
}
.AnyTagClassName
{
color: #97FF64;
}
</style>
background-color css
<style>
a { background-color: #97FF64; }
a { background-color: rgb(151,255,100); }
div.DivClassName
{
background-color: #97FF64;
}
.BgClassName
{
background-color: #97FF64;
}
</style>
border-color css
<style>
span { border-color: #97FF64; }
span { border-color: rgb(151,255,100); }
td.TdClassName
{
border-color: #97FF64;
}
.TagClassName
{
border-color: #97FF64;
}
</style>