Shades of Feijoa #97FA68
Tints of Feijoa #97FA68
RGB
CMYK
RGB Variations
Color information
#97FA68 (or 0x97FA68) is known color: Feijoa. HEX triplet: 97, FA and 68. RGB value is (151,250,104). Sum of RGB (Red+Green+Blue) = 151+250+104=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #97FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FA68 is #680597. Grayscale: #CCCCCC. Windows color (decimal): -6817176 or 6879895. OLE color: 6879895.
HSL color Cylindrical-coordinate representation of color #97FA68: hue angle of 100.68º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97FA68 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 250 | 104 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.02 |
| HSL | 100.68º | 0.94% | 0.69% | - |
| HSV(B) | 100.68º | 0.58% | 0.98% | - |
| XYZ | 49.45 | 75.95 | 25.15 | - |
| YUV | 203.76 | 71.7 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 250 | 104 | 0.40 | 0 | 0.58 | 0.02 | 100.68 | 0.94 | 0.69 |
| Hex | 97 | FA | 68 | 28 | 0 | 3A | 2 | 65 | 5E | 45 |
| Octal | 227 | 372 | 150 | 50 | 0 | 72 | 2 | 145 | 136 | 105 |
| Binary | 10010111 | 11111010 | 1101000 | 101000 | 0 | 111010 | 10 | 1100101 | 1011110 | 1000101 |
Color Harmonies of #97FA68
Complementary color
Monochromatic Colors of #97FA68
Black with #97FA68
Text Example
Text Example
White with #97FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FA68; }
p { color: rgb(151,250,104); }
H1.HeaderClassName
{
color: #97FA68;
}
.AnyTagClassName
{
color: #97FA68;
}
</style>
background-color css
<style>
a { background-color: #97FA68; }
a { background-color: rgb(151,250,104); }
div.DivClassName
{
background-color: #97FA68;
}
.BgClassName
{
background-color: #97FA68;
}
</style>
border-color css
<style>
span { border-color: #97FA68; }
span { border-color: rgb(151,250,104); }
td.TdClassName
{
border-color: #97FA68;
}
.TagClassName
{
border-color: #97FA68;
}
</style>