Shades of Feijoa #9DF77A
Tints of Feijoa #9DF77A
RGB
CMYK
RGB Variations
Color information
#9DF77A (or 0x9DF77A) is known color: Feijoa. HEX triplet: 9D, F7 and 7A. RGB value is (157,247,122). Sum of RGB (Red+Green+Blue) = 157+247+122=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF77A is #620885. Grayscale: #CECECE. Windows color (decimal): -6424710 or 8058781. OLE color: 8058781.
HSL color Cylindrical-coordinate representation of color #9DF77A: hue angle of 103.2º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DF77A is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 122 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.03 |
| HSL | 103.2º | 0.89% | 0.72% | - |
| HSV(B) | 103.2º | 0.51% | 0.97% | - |
| XYZ | 50.68 | 75.09 | 30.24 | - |
| YUV | 205.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 122 | 0.36 | 0 | 0.51 | 0.03 | 103.2 | 0.89 | 0.72 |
| Hex | 9D | F7 | 7A | 24 | 0 | 33 | 3 | 67 | 59 | 48 |
| Octal | 235 | 367 | 172 | 44 | 0 | 63 | 3 | 147 | 131 | 110 |
| Binary | 10011101 | 11110111 | 1111010 | 100100 | 0 | 110011 | 11 | 1100111 | 1011001 | 1001000 |
Color Harmonies of #9DF77A
Complementary color
Monochromatic Colors of #9DF77A
Black with #9DF77A
Text Example
Text Example
White with #9DF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF77A; }
p { color: rgb(157,247,122); }
H1.HeaderClassName
{
color: #9DF77A;
}
.AnyTagClassName
{
color: #9DF77A;
}
</style>
background-color css
<style>
a { background-color: #9DF77A; }
a { background-color: rgb(157,247,122); }
div.DivClassName
{
background-color: #9DF77A;
}
.BgClassName
{
background-color: #9DF77A;
}
</style>
border-color css
<style>
span { border-color: #9DF77A; }
span { border-color: rgb(157,247,122); }
td.TdClassName
{
border-color: #9DF77A;
}
.TagClassName
{
border-color: #9DF77A;
}
</style>