Shades of Feijoa #9DF478
Tints of Feijoa #9DF478
RGB
CMYK
RGB Variations
Color information
#9DF478 (or 0x9DF478) is known color: Feijoa. HEX triplet: 9D, F4 and 78. RGB value is (157,244,120). Sum of RGB (Red+Green+Blue) = 157+244+120=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF478 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF478 is #620B87. Grayscale: #CCCCCC. Windows color (decimal): -6425480 or 7926941. OLE color: 7926941.
HSL color Cylindrical-coordinate representation of color #9DF478: hue angle of 102.1º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DF478 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 120 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.04 |
| HSL | 102.1º | 0.85% | 0.71% | - |
| HSV(B) | 102.1º | 0.51% | 0.96% | - |
| XYZ | 49.65 | 73.23 | 29.29 | - |
| YUV | 203.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 120 | 0.36 | 0 | 0.51 | 0.04 | 102.1 | 0.85 | 0.71 |
| Hex | 9D | F4 | 78 | 24 | 0 | 33 | 4 | 66 | 55 | 47 |
| Octal | 235 | 364 | 170 | 44 | 0 | 63 | 4 | 146 | 125 | 107 |
| Binary | 10011101 | 11110100 | 1111000 | 100100 | 0 | 110011 | 100 | 1100110 | 1010101 | 1000111 |
Color Harmonies of #9DF478
Complementary color
Monochromatic Colors of #9DF478
Black with #9DF478
Text Example
Text Example
White with #9DF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF478; }
p { color: rgb(157,244,120); }
H1.HeaderClassName
{
color: #9DF478;
}
.AnyTagClassName
{
color: #9DF478;
}
</style>
background-color css
<style>
a { background-color: #9DF478; }
a { background-color: rgb(157,244,120); }
div.DivClassName
{
background-color: #9DF478;
}
.BgClassName
{
background-color: #9DF478;
}
</style>
border-color css
<style>
span { border-color: #9DF478; }
span { border-color: rgb(157,244,120); }
td.TdClassName
{
border-color: #9DF478;
}
.TagClassName
{
border-color: #9DF478;
}
</style>