Shades of Feijoa #9DDB72
Tints of Feijoa #9DDB72
RGB
CMYK
RGB Variations
Color information
#9DDB72 (or 0x9DDB72) is known color: Feijoa. HEX triplet: 9D, DB and 72. RGB value is (157,219,114). Sum of RGB (Red+Green+Blue) = 157+219+114=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB72 is #62248D. Grayscale: #BCBCBC. Windows color (decimal): -6431886 or 7527325. OLE color: 7527325.
HSL color Cylindrical-coordinate representation of color #9DDB72: hue angle of 95.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DDB72 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 114 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.14 |
| HSL | 95.43º | 0.59% | 0.65% | - |
| HSV(B) | 95.43º | 0.48% | 0.86% | - |
| XYZ | 42.27 | 59.05 | 25.09 | - |
| YUV | 188.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 114 | 0.28 | 0 | 0.48 | 0.14 | 95.43 | 0.59 | 0.65 |
| Hex | 9D | DB | 72 | 1C | 0 | 30 | E | 5F | 3B | 41 |
| Octal | 235 | 333 | 162 | 34 | 0 | 60 | 16 | 137 | 73 | 101 |
| Binary | 10011101 | 11011011 | 1110010 | 11100 | 0 | 110000 | 1110 | 1011111 | 111011 | 1000001 |
Color Harmonies of #9DDB72
Complementary color
Monochromatic Colors of #9DDB72
Black with #9DDB72
Text Example
Text Example
White with #9DDB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB72; }
p { color: rgb(157,219,114); }
H1.HeaderClassName
{
color: #9DDB72;
}
.AnyTagClassName
{
color: #9DDB72;
}
</style>
background-color css
<style>
a { background-color: #9DDB72; }
a { background-color: rgb(157,219,114); }
div.DivClassName
{
background-color: #9DDB72;
}
.BgClassName
{
background-color: #9DDB72;
}
</style>
border-color css
<style>
span { border-color: #9DDB72; }
span { border-color: rgb(157,219,114); }
td.TdClassName
{
border-color: #9DDB72;
}
.TagClassName
{
border-color: #9DDB72;
}
</style>