Shades of Feijoa #9BFC67
Tints of Feijoa #9BFC67
RGB
CMYK
RGB Variations
Color information
#9BFC67 (or 0x9BFC67) is known color: Feijoa. HEX triplet: 9B, FC and 67. RGB value is (155,252,103). Sum of RGB (Red+Green+Blue) = 155+252+103=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC67 is #640398. Grayscale: #CECECE. Windows color (decimal): -6554521 or 6814875. OLE color: 6814875.
HSL color Cylindrical-coordinate representation of color #9BFC67: hue angle of 99.06º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BFC67 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 103 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.01 |
| HSL | 99.06º | 0.96% | 0.7% | - |
| HSV(B) | 99.06º | 0.59% | 0.99% | - |
| XYZ | 50.78 | 77.57 | 25.13 | - |
| YUV | 206.01 | 69.86 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 103 | 0.38 | 0 | 0.59 | 0.01 | 99.06 | 0.96 | 0.7 |
| Hex | 9B | FC | 67 | 26 | 0 | 3B | 1 | 63 | 60 | 46 |
| Octal | 233 | 374 | 147 | 46 | 0 | 73 | 1 | 143 | 140 | 106 |
| Binary | 10011011 | 11111100 | 1100111 | 100110 | 0 | 111011 | 1 | 1100011 | 1100000 | 1000110 |
Color Harmonies of #9BFC67
Complementary color
Monochromatic Colors of #9BFC67
Black with #9BFC67
Text Example
Text Example
White with #9BFC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC67; }
p { color: rgb(155,252,103); }
H1.HeaderClassName
{
color: #9BFC67;
}
.AnyTagClassName
{
color: #9BFC67;
}
</style>
background-color css
<style>
a { background-color: #9BFC67; }
a { background-color: rgb(155,252,103); }
div.DivClassName
{
background-color: #9BFC67;
}
.BgClassName
{
background-color: #9BFC67;
}
</style>
border-color css
<style>
span { border-color: #9BFC67; }
span { border-color: rgb(155,252,103); }
td.TdClassName
{
border-color: #9BFC67;
}
.TagClassName
{
border-color: #9BFC67;
}
</style>