Shades of Feijoa #9DDB74
Tints of Feijoa #9DDB74
RGB
CMYK
RGB Variations
Color information
#9DDB74 (or 0x9DDB74) is known color: Feijoa. HEX triplet: 9D, DB and 74. RGB value is (157,219,116). Sum of RGB (Red+Green+Blue) = 157+219+116=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB74 is #62248B. Grayscale: #BDBDBD. Windows color (decimal): -6431884 or 7658397. OLE color: 7658397.
HSL color Cylindrical-coordinate representation of color #9DDB74: hue angle of 96.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DDB74 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 116 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.14 |
| HSL | 96.12º | 0.59% | 0.66% | - |
| HSV(B) | 96.12º | 0.47% | 0.86% | - |
| XYZ | 42.39 | 59.09 | 25.69 | - |
| YUV | 188.72 | 86.96 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 116 | 0.28 | 0 | 0.47 | 0.14 | 96.12 | 0.59 | 0.66 |
| Hex | 9D | DB | 74 | 1C | 0 | 2F | E | 60 | 3B | 42 |
| Octal | 235 | 333 | 164 | 34 | 0 | 57 | 16 | 140 | 73 | 102 |
| Binary | 10011101 | 11011011 | 1110100 | 11100 | 0 | 101111 | 1110 | 1100000 | 111011 | 1000010 |
Color Harmonies of #9DDB74
Complementary color
Monochromatic Colors of #9DDB74
Black with #9DDB74
Text Example
Text Example
White with #9DDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB74; }
p { color: rgb(157,219,116); }
H1.HeaderClassName
{
color: #9DDB74;
}
.AnyTagClassName
{
color: #9DDB74;
}
</style>
background-color css
<style>
a { background-color: #9DDB74; }
a { background-color: rgb(157,219,116); }
div.DivClassName
{
background-color: #9DDB74;
}
.BgClassName
{
background-color: #9DDB74;
}
</style>
border-color css
<style>
span { border-color: #9DDB74; }
span { border-color: rgb(157,219,116); }
td.TdClassName
{
border-color: #9DDB74;
}
.TagClassName
{
border-color: #9DDB74;
}
</style>