Shades of Feijoa #9CDF71
Tints of Feijoa #9CDF71
RGB
CMYK
RGB Variations
Color information
#9CDF71 (or 0x9CDF71) is known color: Feijoa. HEX triplet: 9C, DF and 71. RGB value is (156,223,113). Sum of RGB (Red+Green+Blue) = 156+223+113=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF71 is #63208E. Grayscale: #BEBEBE. Windows color (decimal): -6496399 or 7462812. OLE color: 7462812.
HSL color Cylindrical-coordinate representation of color #9CDF71: hue angle of 96.55º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CDF71 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 113 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.13 |
| HSL | 96.55º | 0.63% | 0.66% | - |
| HSV(B) | 96.55º | 0.49% | 0.87% | - |
| XYZ | 43.08 | 61.04 | 25.13 | - |
| YUV | 190.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 113 | 0.30 | 0 | 0.49 | 0.13 | 96.55 | 0.63 | 0.66 |
| Hex | 9C | DF | 71 | 1E | 0 | 31 | D | 61 | 3F | 42 |
| Octal | 234 | 337 | 161 | 36 | 0 | 61 | 15 | 141 | 77 | 102 |
| Binary | 10011100 | 11011111 | 1110001 | 11110 | 0 | 110001 | 1101 | 1100001 | 111111 | 1000010 |
Color Harmonies of #9CDF71
Complementary color
Monochromatic Colors of #9CDF71
Black with #9CDF71
Text Example
Text Example
White with #9CDF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF71; }
p { color: rgb(156,223,113); }
H1.HeaderClassName
{
color: #9CDF71;
}
.AnyTagClassName
{
color: #9CDF71;
}
</style>
background-color css
<style>
a { background-color: #9CDF71; }
a { background-color: rgb(156,223,113); }
div.DivClassName
{
background-color: #9CDF71;
}
.BgClassName
{
background-color: #9CDF71;
}
</style>
border-color css
<style>
span { border-color: #9CDF71; }
span { border-color: rgb(156,223,113); }
td.TdClassName
{
border-color: #9CDF71;
}
.TagClassName
{
border-color: #9CDF71;
}
</style>