Shades of Feijoa #9BFE66
Tints of Feijoa #9BFE66
RGB
CMYK
RGB Variations
Color information
#9BFE66 (or 0x9BFE66) is known color: Feijoa. HEX triplet: 9B, FE and 66. RGB value is (155,254,102). Sum of RGB (Red+Green+Blue) = 155+254+102=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFE66 is #640199. Grayscale: #CFCFCF. Windows color (decimal): -6554010 or 6749851. OLE color: 6749851.
HSL color Cylindrical-coordinate representation of color #9BFE66: hue angle of 99.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BFE66 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 102 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.00 |
| HSL | 99.08º | 0.99% | 0.7% | - |
| HSV(B) | 99.08º | 0.6% | 1% | - |
| XYZ | 51.36 | 78.81 | 25.08 | - |
| YUV | 207.07 | 68.7 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 102 | 0.39 | 0 | 0.60 | 0.00 | 99.08 | 0.99 | 0.7 |
| Hex | 9B | FE | 66 | 27 | 0 | 3C | 0 | 63 | 63 | 46 |
| Octal | 233 | 376 | 146 | 47 | 0 | 74 | 0 | 143 | 143 | 106 |
| Binary | 10011011 | 11111110 | 1100110 | 100111 | 0 | 111100 | 0 | 1100011 | 1100011 | 1000110 |
Color Harmonies of #9BFE66
Complementary color
Monochromatic Colors of #9BFE66
Black with #9BFE66
Text Example
Text Example
White with #9BFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFE66; }
p { color: rgb(155,254,102); }
H1.HeaderClassName
{
color: #9BFE66;
}
.AnyTagClassName
{
color: #9BFE66;
}
</style>
background-color css
<style>
a { background-color: #9BFE66; }
a { background-color: rgb(155,254,102); }
div.DivClassName
{
background-color: #9BFE66;
}
.BgClassName
{
background-color: #9BFE66;
}
</style>
border-color css
<style>
span { border-color: #9BFE66; }
span { border-color: rgb(155,254,102); }
td.TdClassName
{
border-color: #9BFE66;
}
.TagClassName
{
border-color: #9BFE66;
}
</style>