Shades of Feijoa #97FF63
Tints of Feijoa #97FF63
RGB
CMYK
RGB Variations
Color information
#97FF63 (or 0x97FF63) is known color: Feijoa. HEX triplet: 97, FF and 63. RGB value is (151,255,99). Sum of RGB (Red+Green+Blue) = 151+255+99=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #97FF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97FF63 is #68009C. Grayscale: #CECECE. Windows color (decimal): -6815901 or 6553495. OLE color: 6553495.
HSL color Cylindrical-coordinate representation of color #97FF63: hue angle of 100º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #97FF63 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 255 | 99 | - |
| CMYK | 0.41 | 0 | 0.61 | 0 |
| HSL | 100º | 1% | 0.69% | - |
| HSV(B) | 100º | 0.61% | 1% | - |
| XYZ | 50.77 | 79 | 24.38 | - |
| YUV | 206.12 | 67.54 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 255 | 99 | 0.41 | 0 | 0.61 | 0 | 100 | 1 | 0.69 |
| Hex | 97 | FF | 63 | 29 | 0 | 3D | 0 | 64 | 64 | 45 |
| Octal | 227 | 377 | 143 | 51 | 0 | 75 | 0 | 144 | 144 | 105 |
| Binary | 10010111 | 11111111 | 1100011 | 101001 | 0 | 111101 | 0 | 1100100 | 1100100 | 1000101 |
Color Harmonies of #97FF63
Complementary color
Monochromatic Colors of #97FF63
Black with #97FF63
Text Example
Text Example
White with #97FF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FF63; }
p { color: rgb(151,255,99); }
H1.HeaderClassName
{
color: #97FF63;
}
.AnyTagClassName
{
color: #97FF63;
}
</style>
background-color css
<style>
a { background-color: #97FF63; }
a { background-color: rgb(151,255,99); }
div.DivClassName
{
background-color: #97FF63;
}
.BgClassName
{
background-color: #97FF63;
}
</style>
border-color css
<style>
span { border-color: #97FF63; }
span { border-color: rgb(151,255,99); }
td.TdClassName
{
border-color: #97FF63;
}
.TagClassName
{
border-color: #97FF63;
}
</style>