Shades of Feijoa #9DDD75
Tints of Feijoa #9DDD75
RGB
CMYK
RGB Variations
Color information
#9DDD75 (or 0x9DDD75) is known color: Feijoa. HEX triplet: 9D, DD and 75. RGB value is (157,221,117). Sum of RGB (Red+Green+Blue) = 157+221+117=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD75 is #62228A. Grayscale: #BEBEBE. Windows color (decimal): -6431371 or 7724445. OLE color: 7724445.
HSL color Cylindrical-coordinate representation of color #9DDD75: hue angle of 96.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DDD75 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 117 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.13 |
| HSL | 96.92º | 0.6% | 0.66% | - |
| HSV(B) | 96.92º | 0.47% | 0.87% | - |
| XYZ | 42.97 | 60.17 | 26.18 | - |
| YUV | 190.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 117 | 0.29 | 0 | 0.47 | 0.13 | 96.92 | 0.6 | 0.66 |
| Hex | 9D | DD | 75 | 1D | 0 | 2F | D | 61 | 3C | 42 |
| Octal | 235 | 335 | 165 | 35 | 0 | 57 | 15 | 141 | 74 | 102 |
| Binary | 10011101 | 11011101 | 1110101 | 11101 | 0 | 101111 | 1101 | 1100001 | 111100 | 1000010 |
Color Harmonies of #9DDD75
Complementary color
Monochromatic Colors of #9DDD75
Black with #9DDD75
Text Example
Text Example
White with #9DDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD75; }
p { color: rgb(157,221,117); }
H1.HeaderClassName
{
color: #9DDD75;
}
.AnyTagClassName
{
color: #9DDD75;
}
</style>
background-color css
<style>
a { background-color: #9DDD75; }
a { background-color: rgb(157,221,117); }
div.DivClassName
{
background-color: #9DDD75;
}
.BgClassName
{
background-color: #9DDD75;
}
</style>
border-color css
<style>
span { border-color: #9DDD75; }
span { border-color: rgb(157,221,117); }
td.TdClassName
{
border-color: #9DDD75;
}
.TagClassName
{
border-color: #9DDD75;
}
</style>