Shades of Feijoa #9DF570
Tints of Feijoa #9DF570
RGB
CMYK
RGB Variations
Color information
#9DF570 (or 0x9DF570) is known color: Feijoa. HEX triplet: 9D, F5 and 70. RGB value is (157,245,112). Sum of RGB (Red+Green+Blue) = 157+245+112=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF570 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF570 is #620A8F. Grayscale: #CBCBCB. Windows color (decimal): -6425232 or 7402909. OLE color: 7402909.
HSL color Cylindrical-coordinate representation of color #9DF570: hue angle of 99.7º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DF570 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 245 | 112 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.04 |
| HSL | 99.7º | 0.87% | 0.7% | - |
| HSV(B) | 99.7º | 0.54% | 0.96% | - |
| XYZ | 49.48 | 73.64 | 26.94 | - |
| YUV | 203.53 | 76.35 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 245 | 112 | 0.36 | 0 | 0.54 | 0.04 | 99.7 | 0.87 | 0.7 |
| Hex | 9D | F5 | 70 | 24 | 0 | 36 | 4 | 64 | 57 | 46 |
| Octal | 235 | 365 | 160 | 44 | 0 | 66 | 4 | 144 | 127 | 106 |
| Binary | 10011101 | 11110101 | 1110000 | 100100 | 0 | 110110 | 100 | 1100100 | 1010111 | 1000110 |
Color Harmonies of #9DF570
Complementary color
Monochromatic Colors of #9DF570
Black with #9DF570
Text Example
Text Example
White with #9DF570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF570; }
p { color: rgb(157,245,112); }
H1.HeaderClassName
{
color: #9DF570;
}
.AnyTagClassName
{
color: #9DF570;
}
</style>
background-color css
<style>
a { background-color: #9DF570; }
a { background-color: rgb(157,245,112); }
div.DivClassName
{
background-color: #9DF570;
}
.BgClassName
{
background-color: #9DF570;
}
</style>
border-color css
<style>
span { border-color: #9DF570; }
span { border-color: rgb(157,245,112); }
td.TdClassName
{
border-color: #9DF570;
}
.TagClassName
{
border-color: #9DF570;
}
</style>