Shades of Feijoa #9DF86B
Tints of Feijoa #9DF86B
RGB
CMYK
RGB Variations
Color information
#9DF86B (or 0x9DF86B) is known color: Feijoa. HEX triplet: 9D, F8 and 6B. RGB value is (157,248,107). Sum of RGB (Red+Green+Blue) = 157+248+107=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF86B is #620794. Grayscale: #CDCDCD. Windows color (decimal): -6424469 or 7075997. OLE color: 7075997.
HSL color Cylindrical-coordinate representation of color #9DF86B: hue angle of 98.72º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DF86B is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 107 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.03 |
| HSL | 98.72º | 0.91% | 0.7% | - |
| HSV(B) | 98.72º | 0.57% | 0.97% | - |
| XYZ | 50.13 | 75.36 | 25.81 | - |
| YUV | 204.72 | 72.85 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 107 | 0.37 | 0 | 0.57 | 0.03 | 98.72 | 0.91 | 0.7 |
| Hex | 9D | F8 | 6B | 25 | 0 | 39 | 3 | 63 | 5B | 46 |
| Octal | 235 | 370 | 153 | 45 | 0 | 71 | 3 | 143 | 133 | 106 |
| Binary | 10011101 | 11111000 | 1101011 | 100101 | 0 | 111001 | 11 | 1100011 | 1011011 | 1000110 |
Color Harmonies of #9DF86B
Complementary color
Monochromatic Colors of #9DF86B
Black with #9DF86B
Text Example
Text Example
White with #9DF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF86B; }
p { color: rgb(157,248,107); }
H1.HeaderClassName
{
color: #9DF86B;
}
.AnyTagClassName
{
color: #9DF86B;
}
</style>
background-color css
<style>
a { background-color: #9DF86B; }
a { background-color: rgb(157,248,107); }
div.DivClassName
{
background-color: #9DF86B;
}
.BgClassName
{
background-color: #9DF86B;
}
</style>
border-color css
<style>
span { border-color: #9DF86B; }
span { border-color: rgb(157,248,107); }
td.TdClassName
{
border-color: #9DF86B;
}
.TagClassName
{
border-color: #9DF86B;
}
</style>