Shades of Feijoa #9DDD68
Tints of Feijoa #9DDD68
RGB
CMYK
RGB Variations
Color information
#9DDD68 (or 0x9DDD68) is known color: Feijoa. HEX triplet: 9D, DD and 68. RGB value is (157,221,104). Sum of RGB (Red+Green+Blue) = 157+221+104=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD68 is #622297. Grayscale: #BCBCBC. Windows color (decimal): -6431384 or 6872477. OLE color: 6872477.
HSL color Cylindrical-coordinate representation of color #9DDD68: hue angle of 92.82º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DDD68 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 104 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.13 |
| HSL | 92.82º | 0.63% | 0.64% | - |
| HSV(B) | 92.82º | 0.53% | 0.87% | - |
| XYZ | 42.26 | 59.88 | 22.43 | - |
| YUV | 188.53 | 80.3 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 104 | 0.29 | 0 | 0.53 | 0.13 | 92.82 | 0.63 | 0.64 |
| Hex | 9D | DD | 68 | 1D | 0 | 35 | D | 5D | 3F | 40 |
| Octal | 235 | 335 | 150 | 35 | 0 | 65 | 15 | 135 | 77 | 100 |
| Binary | 10011101 | 11011101 | 1101000 | 11101 | 0 | 110101 | 1101 | 1011101 | 111111 | 1000000 |
Color Harmonies of #9DDD68
Complementary color
Monochromatic Colors of #9DDD68
Black with #9DDD68
Text Example
Text Example
White with #9DDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD68; }
p { color: rgb(157,221,104); }
H1.HeaderClassName
{
color: #9DDD68;
}
.AnyTagClassName
{
color: #9DDD68;
}
</style>
background-color css
<style>
a { background-color: #9DDD68; }
a { background-color: rgb(157,221,104); }
div.DivClassName
{
background-color: #9DDD68;
}
.BgClassName
{
background-color: #9DDD68;
}
</style>
border-color css
<style>
span { border-color: #9DDD68; }
span { border-color: rgb(157,221,104); }
td.TdClassName
{
border-color: #9DDD68;
}
.TagClassName
{
border-color: #9DDD68;
}
</style>