Shades of Feijoa #9BDF65
Tints of Feijoa #9BDF65
RGB
CMYK
RGB Variations
Color information
#9BDF65 (or 0x9BDF65) is known color: Feijoa. HEX triplet: 9B, DF and 65. RGB value is (155,223,101). Sum of RGB (Red+Green+Blue) = 155+223+101=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF65 is #64209A. Grayscale: #BDBDBD. Windows color (decimal): -6561947 or 6676379. OLE color: 6676379.
HSL color Cylindrical-coordinate representation of color #9BDF65: hue angle of 93.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BDF65 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 101 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.13 |
| HSL | 93.44º | 0.66% | 0.64% | - |
| HSV(B) | 93.44º | 0.55% | 0.87% | - |
| XYZ | 42.25 | 60.68 | 21.8 | - |
| YUV | 188.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 101 | 0.30 | 0 | 0.55 | 0.13 | 93.44 | 0.66 | 0.64 |
| Hex | 9B | DF | 65 | 1E | 0 | 37 | D | 5D | 42 | 40 |
| Octal | 233 | 337 | 145 | 36 | 0 | 67 | 15 | 135 | 102 | 100 |
| Binary | 10011011 | 11011111 | 1100101 | 11110 | 0 | 110111 | 1101 | 1011101 | 1000010 | 1000000 |
Color Harmonies of #9BDF65
Complementary color
Monochromatic Colors of #9BDF65
Black with #9BDF65
Text Example
Text Example
White with #9BDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF65; }
p { color: rgb(155,223,101); }
H1.HeaderClassName
{
color: #9BDF65;
}
.AnyTagClassName
{
color: #9BDF65;
}
</style>
background-color css
<style>
a { background-color: #9BDF65; }
a { background-color: rgb(155,223,101); }
div.DivClassName
{
background-color: #9BDF65;
}
.BgClassName
{
background-color: #9BDF65;
}
</style>
border-color css
<style>
span { border-color: #9BDF65; }
span { border-color: rgb(155,223,101); }
td.TdClassName
{
border-color: #9BDF65;
}
.TagClassName
{
border-color: #9BDF65;
}
</style>