Shades of Feijoa #9DD66B
Tints of Feijoa #9DD66B
RGB
CMYK
RGB Variations
Color information
#9DD66B (or 0x9DD66B) is known color: Feijoa. HEX triplet: 9D, D6 and 6B. RGB value is (157,214,107). Sum of RGB (Red+Green+Blue) = 157+214+107=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD66B is #622994. Grayscale: #B9B9B9. Windows color (decimal): -6433173 or 7067293. OLE color: 7067293.
HSL color Cylindrical-coordinate representation of color #9DD66B: hue angle of 91.96º degrees, saturation: 0.57, 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 #9DD66B is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 107 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.16 |
| HSL | 91.96º | 0.57% | 0.63% | - |
| HSV(B) | 91.96º | 0.5% | 0.84% | - |
| XYZ | 40.61 | 56.32 | 22.64 | - |
| YUV | 184.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 107 | 0.27 | 0 | 0.50 | 0.16 | 91.96 | 0.57 | 0.63 |
| Hex | 9D | D6 | 6B | 1B | 0 | 32 | 10 | 5C | 39 | 3F |
| Octal | 235 | 326 | 153 | 33 | 0 | 62 | 20 | 134 | 71 | 77 |
| Binary | 10011101 | 11010110 | 1101011 | 11011 | 0 | 110010 | 10000 | 1011100 | 111001 | 111111 |
Color Harmonies of #9DD66B
Complementary color
Monochromatic Colors of #9DD66B
Black with #9DD66B
Text Example
Text Example
White with #9DD66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD66B; }
p { color: rgb(157,214,107); }
H1.HeaderClassName
{
color: #9DD66B;
}
.AnyTagClassName
{
color: #9DD66B;
}
</style>
background-color css
<style>
a { background-color: #9DD66B; }
a { background-color: rgb(157,214,107); }
div.DivClassName
{
background-color: #9DD66B;
}
.BgClassName
{
background-color: #9DD66B;
}
</style>
border-color css
<style>
span { border-color: #9DD66B; }
span { border-color: rgb(157,214,107); }
td.TdClassName
{
border-color: #9DD66B;
}
.TagClassName
{
border-color: #9DD66B;
}
</style>