Shades of Feijoa #9BDA65
Tints of Feijoa #9BDA65
RGB
CMYK
RGB Variations
Color information
#9BDA65 (or 0x9BDA65) is known color: Feijoa. HEX triplet: 9B, DA and 65. RGB value is (155,218,101). Sum of RGB (Red+Green+Blue) = 155+218+101=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA65 is #64259A. Grayscale: #BABABA. Windows color (decimal): -6563227 or 6675099. OLE color: 6675099.
HSL color Cylindrical-coordinate representation of color #9BDA65: hue angle of 92.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BDA65 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 101 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.15 |
| HSL | 92.31º | 0.61% | 0.63% | - |
| HSV(B) | 92.31º | 0.54% | 0.85% | - |
| XYZ | 40.94 | 58.05 | 21.36 | - |
| YUV | 185.83 | 80.13 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 101 | 0.29 | 0 | 0.54 | 0.15 | 92.31 | 0.61 | 0.63 |
| Hex | 9B | DA | 65 | 1D | 0 | 36 | F | 5C | 3D | 3F |
| Octal | 233 | 332 | 145 | 35 | 0 | 66 | 17 | 134 | 75 | 77 |
| Binary | 10011011 | 11011010 | 1100101 | 11101 | 0 | 110110 | 1111 | 1011100 | 111101 | 111111 |
Color Harmonies of #9BDA65
Complementary color
Monochromatic Colors of #9BDA65
Black with #9BDA65
Text Example
Text Example
White with #9BDA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA65; }
p { color: rgb(155,218,101); }
H1.HeaderClassName
{
color: #9BDA65;
}
.AnyTagClassName
{
color: #9BDA65;
}
</style>
background-color css
<style>
a { background-color: #9BDA65; }
a { background-color: rgb(155,218,101); }
div.DivClassName
{
background-color: #9BDA65;
}
.BgClassName
{
background-color: #9BDA65;
}
</style>
border-color css
<style>
span { border-color: #9BDA65; }
span { border-color: rgb(155,218,101); }
td.TdClassName
{
border-color: #9BDA65;
}
.TagClassName
{
border-color: #9BDA65;
}
</style>