Shades of Feijoa #9DF47B
Tints of Feijoa #9DF47B
RGB
CMYK
RGB Variations
Color information
#9DF47B (or 0x9DF47B) is known color: Feijoa. HEX triplet: 9D, F4 and 7B. RGB value is (157,244,123). Sum of RGB (Red+Green+Blue) = 157+244+123=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF47B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF47B is #620B84. Grayscale: #CCCCCC. Windows color (decimal): -6425477 or 8123549. OLE color: 8123549.
HSL color Cylindrical-coordinate representation of color #9DF47B: hue angle of 103.14º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DF47B is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 123 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.04 |
| HSL | 103.14º | 0.85% | 0.72% | - |
| HSV(B) | 103.14º | 0.5% | 0.96% | - |
| XYZ | 49.83 | 73.3 | 30.26 | - |
| YUV | 204.19 | 82.18 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 123 | 0.36 | 0 | 0.50 | 0.04 | 103.14 | 0.85 | 0.72 |
| Hex | 9D | F4 | 7B | 24 | 0 | 32 | 4 | 67 | 55 | 48 |
| Octal | 235 | 364 | 173 | 44 | 0 | 62 | 4 | 147 | 125 | 110 |
| Binary | 10011101 | 11110100 | 1111011 | 100100 | 0 | 110010 | 100 | 1100111 | 1010101 | 1001000 |
Color Harmonies of #9DF47B
Complementary color
Monochromatic Colors of #9DF47B
Black with #9DF47B
Text Example
Text Example
White with #9DF47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF47B; }
p { color: rgb(157,244,123); }
H1.HeaderClassName
{
color: #9DF47B;
}
.AnyTagClassName
{
color: #9DF47B;
}
</style>
background-color css
<style>
a { background-color: #9DF47B; }
a { background-color: rgb(157,244,123); }
div.DivClassName
{
background-color: #9DF47B;
}
.BgClassName
{
background-color: #9DF47B;
}
</style>
border-color css
<style>
span { border-color: #9DF47B; }
span { border-color: rgb(157,244,123); }
td.TdClassName
{
border-color: #9DF47B;
}
.TagClassName
{
border-color: #9DF47B;
}
</style>