Shades of Feijoa #9BF573
Tints of Feijoa #9BF573
RGB
CMYK
RGB Variations
Color information
#9BF573 (or 0x9BF573) is known color: Feijoa. HEX triplet: 9B, F5 and 73. RGB value is (155,245,115). Sum of RGB (Red+Green+Blue) = 155+245+115=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF573 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF573 is #640A8C. Grayscale: #CBCBCB. Windows color (decimal): -6556301 or 7599515. OLE color: 7599515.
HSL color Cylindrical-coordinate representation of color #9BF573: hue angle of 101.54º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BF573 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 245 | 115 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.04 |
| HSL | 101.54º | 0.87% | 0.71% | - |
| HSV(B) | 101.54º | 0.53% | 0.96% | - |
| XYZ | 49.26 | 73.51 | 27.81 | - |
| YUV | 203.27 | 78.18 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 245 | 115 | 0.37 | 0 | 0.53 | 0.04 | 101.54 | 0.87 | 0.71 |
| Hex | 9B | F5 | 73 | 25 | 0 | 35 | 4 | 66 | 57 | 47 |
| Octal | 233 | 365 | 163 | 45 | 0 | 65 | 4 | 146 | 127 | 107 |
| Binary | 10011011 | 11110101 | 1110011 | 100101 | 0 | 110101 | 100 | 1100110 | 1010111 | 1000111 |
Color Harmonies of #9BF573
Complementary color
Monochromatic Colors of #9BF573
Black with #9BF573
Text Example
Text Example
White with #9BF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF573; }
p { color: rgb(155,245,115); }
H1.HeaderClassName
{
color: #9BF573;
}
.AnyTagClassName
{
color: #9BF573;
}
</style>
background-color css
<style>
a { background-color: #9BF573; }
a { background-color: rgb(155,245,115); }
div.DivClassName
{
background-color: #9BF573;
}
.BgClassName
{
background-color: #9BF573;
}
</style>
border-color css
<style>
span { border-color: #9BF573; }
span { border-color: rgb(155,245,115); }
td.TdClassName
{
border-color: #9BF573;
}
.TagClassName
{
border-color: #9BF573;
}
</style>