Shades of Feijoa #9DF07D
Tints of Feijoa #9DF07D
RGB
CMYK
RGB Variations
Color information
#9DF07D (or 0x9DF07D) is known color: Feijoa. HEX triplet: 9D, F0 and 7D. RGB value is (157,240,125). Sum of RGB (Red+Green+Blue) = 157+240+125=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF07D is #620F82. Grayscale: #CACACA. Windows color (decimal): -6426499 or 8253597. OLE color: 8253597.
HSL color Cylindrical-coordinate representation of color #9DF07D: hue angle of 103.3º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DF07D is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 125 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.06 |
| HSL | 103.3º | 0.79% | 0.72% | - |
| HSV(B) | 103.3º | 0.48% | 0.94% | - |
| XYZ | 48.77 | 70.97 | 30.53 | - |
| YUV | 202.07 | 84.5 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 125 | 0.35 | 0 | 0.48 | 0.06 | 103.3 | 0.79 | 0.72 |
| Hex | 9D | F0 | 7D | 23 | 0 | 30 | 6 | 67 | 4F | 48 |
| Octal | 235 | 360 | 175 | 43 | 0 | 60 | 6 | 147 | 117 | 110 |
| Binary | 10011101 | 11110000 | 1111101 | 100011 | 0 | 110000 | 110 | 1100111 | 1001111 | 1001000 |
Color Harmonies of #9DF07D
Complementary color
Monochromatic Colors of #9DF07D
Black with #9DF07D
Text Example
Text Example
White with #9DF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF07D; }
p { color: rgb(157,240,125); }
H1.HeaderClassName
{
color: #9DF07D;
}
.AnyTagClassName
{
color: #9DF07D;
}
</style>
background-color css
<style>
a { background-color: #9DF07D; }
a { background-color: rgb(157,240,125); }
div.DivClassName
{
background-color: #9DF07D;
}
.BgClassName
{
background-color: #9DF07D;
}
</style>
border-color css
<style>
span { border-color: #9DF07D; }
span { border-color: rgb(157,240,125); }
td.TdClassName
{
border-color: #9DF07D;
}
.TagClassName
{
border-color: #9DF07D;
}
</style>