Shades of Feijoa #9DDF6C
Tints of Feijoa #9DDF6C
RGB
CMYK
RGB Variations
Color information
#9DDF6C (or 0x9DDF6C) is known color: Feijoa. HEX triplet: 9D, DF and 6C. RGB value is (157,223,108). Sum of RGB (Red+Green+Blue) = 157+223+108=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF6C is #622093. Grayscale: #BEBEBE. Windows color (decimal): -6430868 or 7135133. OLE color: 7135133.
HSL color Cylindrical-coordinate representation of color #9DDF6C: hue angle of 94.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DDF6C is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 108 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.13 |
| HSL | 94.43º | 0.64% | 0.65% | - |
| HSV(B) | 94.43º | 0.52% | 0.87% | - |
| XYZ | 43 | 61.03 | 23.7 | - |
| YUV | 190.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 108 | 0.30 | 0 | 0.52 | 0.13 | 94.43 | 0.64 | 0.65 |
| Hex | 9D | DF | 6C | 1E | 0 | 34 | D | 5E | 40 | 41 |
| Octal | 235 | 337 | 154 | 36 | 0 | 64 | 15 | 136 | 100 | 101 |
| Binary | 10011101 | 11011111 | 1101100 | 11110 | 0 | 110100 | 1101 | 1011110 | 1000000 | 1000001 |
Color Harmonies of #9DDF6C
Complementary color
Monochromatic Colors of #9DDF6C
Black with #9DDF6C
Text Example
Text Example
White with #9DDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF6C; }
p { color: rgb(157,223,108); }
H1.HeaderClassName
{
color: #9DDF6C;
}
.AnyTagClassName
{
color: #9DDF6C;
}
</style>
background-color css
<style>
a { background-color: #9DDF6C; }
a { background-color: rgb(157,223,108); }
div.DivClassName
{
background-color: #9DDF6C;
}
.BgClassName
{
background-color: #9DDF6C;
}
</style>
border-color css
<style>
span { border-color: #9DDF6C; }
span { border-color: rgb(157,223,108); }
td.TdClassName
{
border-color: #9DDF6C;
}
.TagClassName
{
border-color: #9DDF6C;
}
</style>