Shades of Feijoa #9BFD6D
Tints of Feijoa #9BFD6D
RGB
CMYK
RGB Variations
Color information
#9BFD6D (or 0x9BFD6D) is known color: Feijoa. HEX triplet: 9B, FD and 6D. RGB value is (155,253,109). Sum of RGB (Red+Green+Blue) = 155+253+109=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFD6D is #640292. Grayscale: #CFCFCF. Windows color (decimal): -6554259 or 7208347. OLE color: 7208347.
HSL color Cylindrical-coordinate representation of color #9BFD6D: hue angle of 100.83º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BFD6D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 109 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.01 |
| HSL | 100.83º | 0.97% | 0.71% | - |
| HSV(B) | 100.83º | 0.57% | 0.99% | - |
| XYZ | 51.4 | 78.32 | 26.88 | - |
| YUV | 207.28 | 72.53 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 109 | 0.39 | 0 | 0.57 | 0.01 | 100.83 | 0.97 | 0.71 |
| Hex | 9B | FD | 6D | 27 | 0 | 39 | 1 | 65 | 61 | 47 |
| Octal | 233 | 375 | 155 | 47 | 0 | 71 | 1 | 145 | 141 | 107 |
| Binary | 10011011 | 11111101 | 1101101 | 100111 | 0 | 111001 | 1 | 1100101 | 1100001 | 1000111 |
Color Harmonies of #9BFD6D
Complementary color
Monochromatic Colors of #9BFD6D
Black with #9BFD6D
Text Example
Text Example
White with #9BFD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFD6D; }
p { color: rgb(155,253,109); }
H1.HeaderClassName
{
color: #9BFD6D;
}
.AnyTagClassName
{
color: #9BFD6D;
}
</style>
background-color css
<style>
a { background-color: #9BFD6D; }
a { background-color: rgb(155,253,109); }
div.DivClassName
{
background-color: #9BFD6D;
}
.BgClassName
{
background-color: #9BFD6D;
}
</style>
border-color css
<style>
span { border-color: #9BFD6D; }
span { border-color: rgb(155,253,109); }
td.TdClassName
{
border-color: #9BFD6D;
}
.TagClassName
{
border-color: #9BFD6D;
}
</style>