Shades of Feijoa #9DF472
Tints of Feijoa #9DF472
RGB
CMYK
RGB Variations
Color information
#9DF472 (or 0x9DF472) is known color: Feijoa. HEX triplet: 9D, F4 and 72. RGB value is (157,244,114). Sum of RGB (Red+Green+Blue) = 157+244+114=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF472 is #620B8D. Grayscale: #CBCBCB. Windows color (decimal): -6425486 or 7533725. OLE color: 7533725.
HSL color Cylindrical-coordinate representation of color #9DF472: hue angle of 100.15º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DF472 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 114 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.04 |
| HSL | 100.15º | 0.86% | 0.7% | - |
| HSV(B) | 100.15º | 0.53% | 0.96% | - |
| XYZ | 49.29 | 73.08 | 27.43 | - |
| YUV | 203.17 | 77.68 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 114 | 0.36 | 0 | 0.53 | 0.04 | 100.15 | 0.86 | 0.7 |
| Hex | 9D | F4 | 72 | 24 | 0 | 35 | 4 | 64 | 56 | 46 |
| Octal | 235 | 364 | 162 | 44 | 0 | 65 | 4 | 144 | 126 | 106 |
| Binary | 10011101 | 11110100 | 1110010 | 100100 | 0 | 110101 | 100 | 1100100 | 1010110 | 1000110 |
Color Harmonies of #9DF472
Complementary color
Monochromatic Colors of #9DF472
Black with #9DF472
Text Example
Text Example
White with #9DF472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF472; }
p { color: rgb(157,244,114); }
H1.HeaderClassName
{
color: #9DF472;
}
.AnyTagClassName
{
color: #9DF472;
}
</style>
background-color css
<style>
a { background-color: #9DF472; }
a { background-color: rgb(157,244,114); }
div.DivClassName
{
background-color: #9DF472;
}
.BgClassName
{
background-color: #9DF472;
}
</style>
border-color css
<style>
span { border-color: #9DF472; }
span { border-color: rgb(157,244,114); }
td.TdClassName
{
border-color: #9DF472;
}
.TagClassName
{
border-color: #9DF472;
}
</style>