Shades of Feijoa #9DDF67
Tints of Feijoa #9DDF67
RGB
CMYK
RGB Variations
Color information
#9DDF67 (or 0x9DDF67) is known color: Feijoa. HEX triplet: 9D, DF and 67. RGB value is (157,223,103). Sum of RGB (Red+Green+Blue) = 157+223+103=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDF67 is #622098. Grayscale: #BEBEBE. Windows color (decimal): -6430873 or 6807453. OLE color: 6807453.
HSL color Cylindrical-coordinate representation of color #9DDF67: hue angle of 93º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DDF67 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 103 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.13 |
| HSL | 93º | 0.65% | 0.64% | - |
| HSV(B) | 93º | 0.54% | 0.87% | - |
| XYZ | 42.74 | 60.92 | 22.34 | - |
| YUV | 189.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 103 | 0.30 | 0 | 0.54 | 0.13 | 93 | 0.65 | 0.64 |
| Hex | 9D | DF | 67 | 1E | 0 | 36 | D | 5D | 41 | 40 |
| Octal | 235 | 337 | 147 | 36 | 0 | 66 | 15 | 135 | 101 | 100 |
| Binary | 10011101 | 11011111 | 1100111 | 11110 | 0 | 110110 | 1101 | 1011101 | 1000001 | 1000000 |
Color Harmonies of #9DDF67
Complementary color
Monochromatic Colors of #9DDF67
Black with #9DDF67
Text Example
Text Example
White with #9DDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDF67; }
p { color: rgb(157,223,103); }
H1.HeaderClassName
{
color: #9DDF67;
}
.AnyTagClassName
{
color: #9DDF67;
}
</style>
background-color css
<style>
a { background-color: #9DDF67; }
a { background-color: rgb(157,223,103); }
div.DivClassName
{
background-color: #9DDF67;
}
.BgClassName
{
background-color: #9DDF67;
}
</style>
border-color css
<style>
span { border-color: #9DDF67; }
span { border-color: rgb(157,223,103); }
td.TdClassName
{
border-color: #9DDF67;
}
.TagClassName
{
border-color: #9DDF67;
}
</style>