Shades of Feijoa #9DFC70
Tints of Feijoa #9DFC70
RGB
CMYK
RGB Variations
Color information
#9DFC70 (or 0x9DFC70) is known color: Feijoa. HEX triplet: 9D, FC and 70. RGB value is (157,252,112). Sum of RGB (Red+Green+Blue) = 157+252+112=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFC70 is #62038F. Grayscale: #D0D0D0. Windows color (decimal): -6423440 or 7404701. OLE color: 7404701.
HSL color Cylindrical-coordinate representation of color #9DFC70: hue angle of 100.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DFC70 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 112 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.01 |
| HSL | 100.71º | 0.96% | 0.71% | - |
| HSV(B) | 100.71º | 0.56% | 0.99% | - |
| XYZ | 51.64 | 77.96 | 27.66 | - |
| YUV | 207.64 | 74.03 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 112 | 0.38 | 0 | 0.56 | 0.01 | 100.71 | 0.96 | 0.71 |
| Hex | 9D | FC | 70 | 26 | 0 | 38 | 1 | 65 | 60 | 47 |
| Octal | 235 | 374 | 160 | 46 | 0 | 70 | 1 | 145 | 140 | 107 |
| Binary | 10011101 | 11111100 | 1110000 | 100110 | 0 | 111000 | 1 | 1100101 | 1100000 | 1000111 |
Color Harmonies of #9DFC70
Complementary color
Monochromatic Colors of #9DFC70
Black with #9DFC70
Text Example
Text Example
White with #9DFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC70; }
p { color: rgb(157,252,112); }
H1.HeaderClassName
{
color: #9DFC70;
}
.AnyTagClassName
{
color: #9DFC70;
}
</style>
background-color css
<style>
a { background-color: #9DFC70; }
a { background-color: rgb(157,252,112); }
div.DivClassName
{
background-color: #9DFC70;
}
.BgClassName
{
background-color: #9DFC70;
}
</style>
border-color css
<style>
span { border-color: #9DFC70; }
span { border-color: rgb(157,252,112); }
td.TdClassName
{
border-color: #9DFC70;
}
.TagClassName
{
border-color: #9DFC70;
}
</style>