Shades of Feijoa #9DDF7B
Tints of Feijoa #9DDF7B
RGB
CMYK
RGB Variations
Color information
#9DDF7B (or 0x9DDF7B) is known color: Feijoa. HEX triplet: 9D, DF and 7B. RGB value is (157,223,123). Sum of RGB (Red+Green+Blue) = 157+223+123=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF7B is #622084. Grayscale: #C0C0C0. Windows color (decimal): -6430853 or 8118173. OLE color: 8118173.
HSL color Cylindrical-coordinate representation of color #9DDF7B: hue angle of 99.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DDF7B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 123 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.13 |
| HSL | 99.6º | 0.61% | 0.68% | - |
| HSV(B) | 99.6º | 0.45% | 0.87% | - |
| XYZ | 43.87 | 61.37 | 28.27 | - |
| YUV | 191.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 123 | 0.30 | 0 | 0.45 | 0.13 | 99.6 | 0.61 | 0.68 |
| Hex | 9D | DF | 7B | 1E | 0 | 2D | D | 64 | 3D | 44 |
| Octal | 235 | 337 | 173 | 36 | 0 | 55 | 15 | 144 | 75 | 104 |
| Binary | 10011101 | 11011111 | 1111011 | 11110 | 0 | 101101 | 1101 | 1100100 | 111101 | 1000100 |
Color Harmonies of #9DDF7B
Complementary color
Monochromatic Colors of #9DDF7B
Black with #9DDF7B
Text Example
Text Example
White with #9DDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF7B; }
p { color: rgb(157,223,123); }
H1.HeaderClassName
{
color: #9DDF7B;
}
.AnyTagClassName
{
color: #9DDF7B;
}
</style>
background-color css
<style>
a { background-color: #9DDF7B; }
a { background-color: rgb(157,223,123); }
div.DivClassName
{
background-color: #9DDF7B;
}
.BgClassName
{
background-color: #9DDF7B;
}
</style>
border-color css
<style>
span { border-color: #9DDF7B; }
span { border-color: rgb(157,223,123); }
td.TdClassName
{
border-color: #9DDF7B;
}
.TagClassName
{
border-color: #9DDF7B;
}
</style>