Shades of Feijoa #9BDB65
Tints of Feijoa #9BDB65
RGB
CMYK
RGB Variations
Color information
#9BDB65 (or 0x9BDB65) is known color: Feijoa. HEX triplet: 9B, DB and 65. RGB value is (155,219,101). Sum of RGB (Red+Green+Blue) = 155+219+101=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB65 is #64249A. Grayscale: #BABABA. Windows color (decimal): -6562971 or 6675355. OLE color: 6675355.
HSL color Cylindrical-coordinate representation of color #9BDB65: hue angle of 92.54º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BDB65 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 101 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.14 |
| HSL | 92.54º | 0.62% | 0.63% | - |
| HSV(B) | 92.54º | 0.54% | 0.86% | - |
| XYZ | 41.2 | 58.57 | 21.45 | - |
| YUV | 186.41 | 79.8 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 101 | 0.29 | 0 | 0.54 | 0.14 | 92.54 | 0.62 | 0.63 |
| Hex | 9B | DB | 65 | 1D | 0 | 36 | E | 5D | 3E | 3F |
| Octal | 233 | 333 | 145 | 35 | 0 | 66 | 16 | 135 | 76 | 77 |
| Binary | 10011011 | 11011011 | 1100101 | 11101 | 0 | 110110 | 1110 | 1011101 | 111110 | 111111 |
Color Harmonies of #9BDB65
Complementary color
Monochromatic Colors of #9BDB65
Black with #9BDB65
Text Example
Text Example
White with #9BDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB65; }
p { color: rgb(155,219,101); }
H1.HeaderClassName
{
color: #9BDB65;
}
.AnyTagClassName
{
color: #9BDB65;
}
</style>
background-color css
<style>
a { background-color: #9BDB65; }
a { background-color: rgb(155,219,101); }
div.DivClassName
{
background-color: #9BDB65;
}
.BgClassName
{
background-color: #9BDB65;
}
</style>
border-color css
<style>
span { border-color: #9BDB65; }
span { border-color: rgb(155,219,101); }
td.TdClassName
{
border-color: #9BDB65;
}
.TagClassName
{
border-color: #9BDB65;
}
</style>