Shades of Feijoa #99FE66
Tints of Feijoa #99FE66
RGB
CMYK
RGB Variations
Color information
#99FE66 (or 0x99FE66) is known color: Feijoa. HEX triplet: 99, FE and 66. RGB value is (153,254,102). Sum of RGB (Red+Green+Blue) = 153+254+102=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #99FE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FE66 is #660199. Grayscale: #CECECE. Windows color (decimal): -6685082 or 6749849. OLE color: 6749849.
HSL color Cylindrical-coordinate representation of color #99FE66: hue angle of 99.87º 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 #99FE66 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 102 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.00 |
| HSL | 99.87º | 0.99% | 0.7% | - |
| HSV(B) | 99.87º | 0.6% | 1% | - |
| XYZ | 50.98 | 78.62 | 25.06 | - |
| YUV | 206.47 | 69.04 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 102 | 0.40 | 0 | 0.60 | 0.00 | 99.87 | 0.99 | 0.7 |
| Hex | 99 | FE | 66 | 28 | 0 | 3C | 0 | 64 | 63 | 46 |
| Octal | 231 | 376 | 146 | 50 | 0 | 74 | 0 | 144 | 143 | 106 |
| Binary | 10011001 | 11111110 | 1100110 | 101000 | 0 | 111100 | 0 | 1100100 | 1100011 | 1000110 |
Color Harmonies of #99FE66
Complementary color
Monochromatic Colors of #99FE66
Black with #99FE66
Text Example
Text Example
White with #99FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FE66; }
p { color: rgb(153,254,102); }
H1.HeaderClassName
{
color: #99FE66;
}
.AnyTagClassName
{
color: #99FE66;
}
</style>
background-color css
<style>
a { background-color: #99FE66; }
a { background-color: rgb(153,254,102); }
div.DivClassName
{
background-color: #99FE66;
}
.BgClassName
{
background-color: #99FE66;
}
</style>
border-color css
<style>
span { border-color: #99FE66; }
span { border-color: rgb(153,254,102); }
td.TdClassName
{
border-color: #99FE66;
}
.TagClassName
{
border-color: #99FE66;
}
</style>