Shades of Feijoa #9DDA74
Tints of Feijoa #9DDA74
RGB
CMYK
RGB Variations
Color information
#9DDA74 (or 0x9DDA74) is known color: Feijoa. HEX triplet: 9D, DA and 74. RGB value is (157,218,116). Sum of RGB (Red+Green+Blue) = 157+218+116=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA74 is #62258B. Grayscale: #BCBCBC. Windows color (decimal): -6432140 or 7658141. OLE color: 7658141.
HSL color Cylindrical-coordinate representation of color #9DDA74: hue angle of 95.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DDA74 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 116 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.15 |
| HSL | 95.88º | 0.58% | 0.65% | - |
| HSV(B) | 95.88º | 0.47% | 0.85% | - |
| XYZ | 42.13 | 58.57 | 25.61 | - |
| YUV | 188.13 | 87.29 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 116 | 0.28 | 0 | 0.47 | 0.15 | 95.88 | 0.58 | 0.65 |
| Hex | 9D | DA | 74 | 1C | 0 | 2F | F | 60 | 3A | 41 |
| Octal | 235 | 332 | 164 | 34 | 0 | 57 | 17 | 140 | 72 | 101 |
| Binary | 10011101 | 11011010 | 1110100 | 11100 | 0 | 101111 | 1111 | 1100000 | 111010 | 1000001 |
Color Harmonies of #9DDA74
Complementary color
Monochromatic Colors of #9DDA74
Black with #9DDA74
Text Example
Text Example
White with #9DDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA74; }
p { color: rgb(157,218,116); }
H1.HeaderClassName
{
color: #9DDA74;
}
.AnyTagClassName
{
color: #9DDA74;
}
</style>
background-color css
<style>
a { background-color: #9DDA74; }
a { background-color: rgb(157,218,116); }
div.DivClassName
{
background-color: #9DDA74;
}
.BgClassName
{
background-color: #9DDA74;
}
</style>
border-color css
<style>
span { border-color: #9DDA74; }
span { border-color: rgb(157,218,116); }
td.TdClassName
{
border-color: #9DDA74;
}
.TagClassName
{
border-color: #9DDA74;
}
</style>