Shades of Feijoa #9DF871
Tints of Feijoa #9DF871
RGB
CMYK
RGB Variations
Color information
#9DF871 (or 0x9DF871) is known color: Feijoa. HEX triplet: 9D, F8 and 71. RGB value is (157,248,113). Sum of RGB (Red+Green+Blue) = 157+248+113=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF871 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF871 is #62078E. Grayscale: #CDCDCD. Windows color (decimal): -6424463 or 7469213. OLE color: 7469213.
HSL color Cylindrical-coordinate representation of color #9DF871: hue angle of 100.44º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DF871 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 113 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.03 |
| HSL | 100.44º | 0.91% | 0.71% | - |
| HSV(B) | 100.44º | 0.54% | 0.97% | - |
| XYZ | 50.45 | 75.5 | 27.54 | - |
| YUV | 205.4 | 75.85 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 113 | 0.37 | 0 | 0.54 | 0.03 | 100.44 | 0.91 | 0.71 |
| Hex | 9D | F8 | 71 | 25 | 0 | 36 | 3 | 64 | 5B | 47 |
| Octal | 235 | 370 | 161 | 45 | 0 | 66 | 3 | 144 | 133 | 107 |
| Binary | 10011101 | 11111000 | 1110001 | 100101 | 0 | 110110 | 11 | 1100100 | 1011011 | 1000111 |
Color Harmonies of #9DF871
Complementary color
Monochromatic Colors of #9DF871
Black with #9DF871
Text Example
Text Example
White with #9DF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF871; }
p { color: rgb(157,248,113); }
H1.HeaderClassName
{
color: #9DF871;
}
.AnyTagClassName
{
color: #9DF871;
}
</style>
background-color css
<style>
a { background-color: #9DF871; }
a { background-color: rgb(157,248,113); }
div.DivClassName
{
background-color: #9DF871;
}
.BgClassName
{
background-color: #9DF871;
}
</style>
border-color css
<style>
span { border-color: #9DF871; }
span { border-color: rgb(157,248,113); }
td.TdClassName
{
border-color: #9DF871;
}
.TagClassName
{
border-color: #9DF871;
}
</style>