Shades of Feijoa #9BFD6B
Tints of Feijoa #9BFD6B
RGB
CMYK
RGB Variations
Color information
#9BFD6B (or 0x9BFD6B) is known color: Feijoa. HEX triplet: 9B, FD and 6B. RGB value is (155,253,107). Sum of RGB (Red+Green+Blue) = 155+253+107=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFD6B is #640294. Grayscale: #CFCFCF. Windows color (decimal): -6554261 or 7077275. OLE color: 7077275.
HSL color Cylindrical-coordinate representation of color #9BFD6B: hue angle of 100.27º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BFD6B is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 107 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.01 |
| HSL | 100.27º | 0.97% | 0.71% | - |
| HSV(B) | 100.27º | 0.58% | 0.99% | - |
| XYZ | 51.3 | 78.28 | 26.32 | - |
| YUV | 207.05 | 71.53 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 107 | 0.39 | 0 | 0.58 | 0.01 | 100.27 | 0.97 | 0.71 |
| Hex | 9B | FD | 6B | 27 | 0 | 3A | 1 | 64 | 61 | 47 |
| Octal | 233 | 375 | 153 | 47 | 0 | 72 | 1 | 144 | 141 | 107 |
| Binary | 10011011 | 11111101 | 1101011 | 100111 | 0 | 111010 | 1 | 1100100 | 1100001 | 1000111 |
Color Harmonies of #9BFD6B
Complementary color
Monochromatic Colors of #9BFD6B
Black with #9BFD6B
Text Example
Text Example
White with #9BFD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFD6B; }
p { color: rgb(155,253,107); }
H1.HeaderClassName
{
color: #9BFD6B;
}
.AnyTagClassName
{
color: #9BFD6B;
}
</style>
background-color css
<style>
a { background-color: #9BFD6B; }
a { background-color: rgb(155,253,107); }
div.DivClassName
{
background-color: #9BFD6B;
}
.BgClassName
{
background-color: #9BFD6B;
}
</style>
border-color css
<style>
span { border-color: #9BFD6B; }
span { border-color: rgb(155,253,107); }
td.TdClassName
{
border-color: #9BFD6B;
}
.TagClassName
{
border-color: #9BFD6B;
}
</style>