Shades of Feijoa #9BDE71
Tints of Feijoa #9BDE71
RGB
CMYK
RGB Variations
Color information
#9BDE71 (or 0x9BDE71) is known color: Feijoa. HEX triplet: 9B, DE and 71. RGB value is (155,222,113). Sum of RGB (Red+Green+Blue) = 155+222+113=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE71 is #64218E. Grayscale: #BDBDBD. Windows color (decimal): -6562191 or 7462555. OLE color: 7462555.
HSL color Cylindrical-coordinate representation of color #9BDE71: hue angle of 96.88º degrees, saturation: 0.62, 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 #9BDE71 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 113 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.13 |
| HSL | 96.88º | 0.62% | 0.66% | - |
| HSV(B) | 96.88º | 0.49% | 0.87% | - |
| XYZ | 42.62 | 60.4 | 25.04 | - |
| YUV | 189.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 113 | 0.30 | 0 | 0.49 | 0.13 | 96.88 | 0.62 | 0.66 |
| Hex | 9B | DE | 71 | 1E | 0 | 31 | D | 61 | 3E | 42 |
| Octal | 233 | 336 | 161 | 36 | 0 | 61 | 15 | 141 | 76 | 102 |
| Binary | 10011011 | 11011110 | 1110001 | 11110 | 0 | 110001 | 1101 | 1100001 | 111110 | 1000010 |
Color Harmonies of #9BDE71
Complementary color
Monochromatic Colors of #9BDE71
Black with #9BDE71
Text Example
Text Example
White with #9BDE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDE71; }
p { color: rgb(155,222,113); }
H1.HeaderClassName
{
color: #9BDE71;
}
.AnyTagClassName
{
color: #9BDE71;
}
</style>
background-color css
<style>
a { background-color: #9BDE71; }
a { background-color: rgb(155,222,113); }
div.DivClassName
{
background-color: #9BDE71;
}
.BgClassName
{
background-color: #9BDE71;
}
</style>
border-color css
<style>
span { border-color: #9BDE71; }
span { border-color: rgb(155,222,113); }
td.TdClassName
{
border-color: #9BDE71;
}
.TagClassName
{
border-color: #9BDE71;
}
</style>