Shades of Feijoa #9CDD73
Tints of Feijoa #9CDD73
RGB
CMYK
RGB Variations
Color information
#9CDD73 (or 0x9CDD73) is known color: Feijoa. HEX triplet: 9C, DD and 73. RGB value is (156,221,115). Sum of RGB (Red+Green+Blue) = 156+221+115=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD73 is #63228C. Grayscale: #BDBDBD. Windows color (decimal): -6496909 or 7593372. OLE color: 7593372.
HSL color Cylindrical-coordinate representation of color #9CDD73: hue angle of 96.79º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CDD73 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 115 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.13 |
| HSL | 96.79º | 0.61% | 0.66% | - |
| HSV(B) | 96.79º | 0.48% | 0.87% | - |
| XYZ | 42.66 | 60.02 | 25.56 | - |
| YUV | 189.48 | 85.97 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 115 | 0.29 | 0 | 0.48 | 0.13 | 96.79 | 0.61 | 0.66 |
| Hex | 9C | DD | 73 | 1D | 0 | 30 | D | 61 | 3D | 42 |
| Octal | 234 | 335 | 163 | 35 | 0 | 60 | 15 | 141 | 75 | 102 |
| Binary | 10011100 | 11011101 | 1110011 | 11101 | 0 | 110000 | 1101 | 1100001 | 111101 | 1000010 |
Color Harmonies of #9CDD73
Complementary color
Monochromatic Colors of #9CDD73
Black with #9CDD73
Text Example
Text Example
White with #9CDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD73; }
p { color: rgb(156,221,115); }
H1.HeaderClassName
{
color: #9CDD73;
}
.AnyTagClassName
{
color: #9CDD73;
}
</style>
background-color css
<style>
a { background-color: #9CDD73; }
a { background-color: rgb(156,221,115); }
div.DivClassName
{
background-color: #9CDD73;
}
.BgClassName
{
background-color: #9CDD73;
}
</style>
border-color css
<style>
span { border-color: #9CDD73; }
span { border-color: rgb(156,221,115); }
td.TdClassName
{
border-color: #9CDD73;
}
.TagClassName
{
border-color: #9CDD73;
}
</style>