Shades of Feijoa #9DDB68
Tints of Feijoa #9DDB68
RGB
CMYK
RGB Variations
Color information
#9DDB68 (or 0x9DDB68) is known color: Feijoa. HEX triplet: 9D, DB and 68. RGB value is (157,219,104). Sum of RGB (Red+Green+Blue) = 157+219+104=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB68 is #622497. Grayscale: #BBBBBB. Windows color (decimal): -6431896 or 6871965. OLE color: 6871965.
HSL color Cylindrical-coordinate representation of color #9DDB68: hue angle of 92.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DDB68 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 104 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.14 |
| HSL | 92.35º | 0.61% | 0.63% | - |
| HSV(B) | 92.35º | 0.53% | 0.86% | - |
| XYZ | 41.73 | 58.83 | 22.25 | - |
| YUV | 187.35 | 80.96 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 104 | 0.28 | 0 | 0.53 | 0.14 | 92.35 | 0.61 | 0.63 |
| Hex | 9D | DB | 68 | 1C | 0 | 35 | E | 5C | 3D | 3F |
| Octal | 235 | 333 | 150 | 34 | 0 | 65 | 16 | 134 | 75 | 77 |
| Binary | 10011101 | 11011011 | 1101000 | 11100 | 0 | 110101 | 1110 | 1011100 | 111101 | 111111 |
Color Harmonies of #9DDB68
Complementary color
Monochromatic Colors of #9DDB68
Black with #9DDB68
Text Example
Text Example
White with #9DDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB68; }
p { color: rgb(157,219,104); }
H1.HeaderClassName
{
color: #9DDB68;
}
.AnyTagClassName
{
color: #9DDB68;
}
</style>
background-color css
<style>
a { background-color: #9DDB68; }
a { background-color: rgb(157,219,104); }
div.DivClassName
{
background-color: #9DDB68;
}
.BgClassName
{
background-color: #9DDB68;
}
</style>
border-color css
<style>
span { border-color: #9DDB68; }
span { border-color: rgb(157,219,104); }
td.TdClassName
{
border-color: #9DDB68;
}
.TagClassName
{
border-color: #9DDB68;
}
</style>