Shades of Feijoa #9BFA65
Tints of Feijoa #9BFA65
RGB
CMYK
RGB Variations
Color information
#9BFA65 (or 0x9BFA65) is known color: Feijoa. HEX triplet: 9B, FA and 65. RGB value is (155,250,101). Sum of RGB (Red+Green+Blue) = 155+250+101=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA65 is #64059A. Grayscale: #CDCDCD. Windows color (decimal): -6555035 or 6683291. OLE color: 6683291.
HSL color Cylindrical-coordinate representation of color #9BFA65: hue angle of 98.26º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BFA65 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 101 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.02 |
| HSL | 98.26º | 0.94% | 0.69% | - |
| HSV(B) | 98.26º | 0.6% | 0.98% | - |
| XYZ | 50.05 | 76.28 | 24.4 | - |
| YUV | 204.61 | 69.53 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 101 | 0.38 | 0 | 0.60 | 0.02 | 98.26 | 0.94 | 0.69 |
| Hex | 9B | FA | 65 | 26 | 0 | 3C | 2 | 62 | 5E | 45 |
| Octal | 233 | 372 | 145 | 46 | 0 | 74 | 2 | 142 | 136 | 105 |
| Binary | 10011011 | 11111010 | 1100101 | 100110 | 0 | 111100 | 10 | 1100010 | 1011110 | 1000101 |
Color Harmonies of #9BFA65
Complementary color
Monochromatic Colors of #9BFA65
Black with #9BFA65
Text Example
Text Example
White with #9BFA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA65; }
p { color: rgb(155,250,101); }
H1.HeaderClassName
{
color: #9BFA65;
}
.AnyTagClassName
{
color: #9BFA65;
}
</style>
background-color css
<style>
a { background-color: #9BFA65; }
a { background-color: rgb(155,250,101); }
div.DivClassName
{
background-color: #9BFA65;
}
.BgClassName
{
background-color: #9BFA65;
}
</style>
border-color css
<style>
span { border-color: #9BFA65; }
span { border-color: rgb(155,250,101); }
td.TdClassName
{
border-color: #9BFA65;
}
.TagClassName
{
border-color: #9BFA65;
}
</style>