Shades of Feijoa #9CF771
Tints of Feijoa #9CF771
RGB
CMYK
RGB Variations
Color information
#9CF771 (or 0x9CF771) is known color: Feijoa. HEX triplet: 9C, F7 and 71. RGB value is (156,247,113). Sum of RGB (Red+Green+Blue) = 156+247+113=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF771 is #63088E. Grayscale: #CCCCCC. Windows color (decimal): -6490255 or 7468956. OLE color: 7468956.
HSL color Cylindrical-coordinate representation of color #9CF771: hue angle of 100.75º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CF771 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 247 | 113 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.03 |
| HSL | 100.75º | 0.89% | 0.71% | - |
| HSV(B) | 100.75º | 0.54% | 0.97% | - |
| XYZ | 49.95 | 74.78 | 27.42 | - |
| YUV | 204.52 | 76.35 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 247 | 113 | 0.37 | 0 | 0.54 | 0.03 | 100.75 | 0.89 | 0.71 |
| Hex | 9C | F7 | 71 | 25 | 0 | 36 | 3 | 65 | 59 | 47 |
| Octal | 234 | 367 | 161 | 45 | 0 | 66 | 3 | 145 | 131 | 107 |
| Binary | 10011100 | 11110111 | 1110001 | 100101 | 0 | 110110 | 11 | 1100101 | 1011001 | 1000111 |
Color Harmonies of #9CF771
Complementary color
Monochromatic Colors of #9CF771
Black with #9CF771
Text Example
Text Example
White with #9CF771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF771; }
p { color: rgb(156,247,113); }
H1.HeaderClassName
{
color: #9CF771;
}
.AnyTagClassName
{
color: #9CF771;
}
</style>
background-color css
<style>
a { background-color: #9CF771; }
a { background-color: rgb(156,247,113); }
div.DivClassName
{
background-color: #9CF771;
}
.BgClassName
{
background-color: #9CF771;
}
</style>
border-color css
<style>
span { border-color: #9CF771; }
span { border-color: rgb(156,247,113); }
td.TdClassName
{
border-color: #9CF771;
}
.TagClassName
{
border-color: #9CF771;
}
</style>