Shades of Feijoa #9DD56B
Tints of Feijoa #9DD56B
RGB
CMYK
RGB Variations
Color information
#9DD56B (or 0x9DD56B) is known color: Feijoa. HEX triplet: 9D, D5 and 6B. RGB value is (157,213,107). Sum of RGB (Red+Green+Blue) = 157+213+107=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD56B is #622A94. Grayscale: #B8B8B8. Windows color (decimal): -6433429 or 7067037. OLE color: 7067037.
HSL color Cylindrical-coordinate representation of color #9DD56B: hue angle of 91.7º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DD56B is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 107 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.16 |
| HSL | 91.7º | 0.56% | 0.63% | - |
| HSV(B) | 91.7º | 0.5% | 0.84% | - |
| XYZ | 40.35 | 55.82 | 22.56 | - |
| YUV | 184.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 107 | 0.26 | 0 | 0.50 | 0.16 | 91.7 | 0.56 | 0.63 |
| Hex | 9D | D5 | 6B | 1A | 0 | 32 | 10 | 5C | 38 | 3F |
| Octal | 235 | 325 | 153 | 32 | 0 | 62 | 20 | 134 | 70 | 77 |
| Binary | 10011101 | 11010101 | 1101011 | 11010 | 0 | 110010 | 10000 | 1011100 | 111000 | 111111 |
Color Harmonies of #9DD56B
Complementary color
Monochromatic Colors of #9DD56B
Black with #9DD56B
Text Example
Text Example
White with #9DD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD56B; }
p { color: rgb(157,213,107); }
H1.HeaderClassName
{
color: #9DD56B;
}
.AnyTagClassName
{
color: #9DD56B;
}
</style>
background-color css
<style>
a { background-color: #9DD56B; }
a { background-color: rgb(157,213,107); }
div.DivClassName
{
background-color: #9DD56B;
}
.BgClassName
{
background-color: #9DD56B;
}
</style>
border-color css
<style>
span { border-color: #9DD56B; }
span { border-color: rgb(157,213,107); }
td.TdClassName
{
border-color: #9DD56B;
}
.TagClassName
{
border-color: #9DD56B;
}
</style>