Shades of Feijoa #9CDF73
Tints of Feijoa #9CDF73
RGB
CMYK
RGB Variations
Color information
#9CDF73 (or 0x9CDF73) is known color: Feijoa. HEX triplet: 9C, DF and 73. RGB value is (156,223,115). Sum of RGB (Red+Green+Blue) = 156+223+115=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF73 is #63208C. Grayscale: #BFBFBF. Windows color (decimal): -6496397 or 7593884. OLE color: 7593884.
HSL color Cylindrical-coordinate representation of color #9CDF73: hue angle of 97.22º degrees, saturation: 0.63, 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 #9CDF73 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 115 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.13 |
| HSL | 97.22º | 0.63% | 0.66% | - |
| HSV(B) | 97.22º | 0.48% | 0.87% | - |
| XYZ | 43.19 | 61.08 | 25.73 | - |
| YUV | 190.66 | 85.3 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 115 | 0.30 | 0 | 0.48 | 0.13 | 97.22 | 0.63 | 0.66 |
| Hex | 9C | DF | 73 | 1E | 0 | 30 | D | 61 | 3F | 42 |
| Octal | 234 | 337 | 163 | 36 | 0 | 60 | 15 | 141 | 77 | 102 |
| Binary | 10011100 | 11011111 | 1110011 | 11110 | 0 | 110000 | 1101 | 1100001 | 111111 | 1000010 |
Color Harmonies of #9CDF73
Complementary color
Monochromatic Colors of #9CDF73
Black with #9CDF73
Text Example
Text Example
White with #9CDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF73; }
p { color: rgb(156,223,115); }
H1.HeaderClassName
{
color: #9CDF73;
}
.AnyTagClassName
{
color: #9CDF73;
}
</style>
background-color css
<style>
a { background-color: #9CDF73; }
a { background-color: rgb(156,223,115); }
div.DivClassName
{
background-color: #9CDF73;
}
.BgClassName
{
background-color: #9CDF73;
}
</style>
border-color css
<style>
span { border-color: #9CDF73; }
span { border-color: rgb(156,223,115); }
td.TdClassName
{
border-color: #9CDF73;
}
.TagClassName
{
border-color: #9CDF73;
}
</style>