Shades of Feijoa #99F665
Tints of Feijoa #99F665
RGB
CMYK
RGB Variations
Color information
#99F665 (or 0x99F665) is known color: Feijoa. HEX triplet: 99, F6 and 65. RGB value is (153,246,101). Sum of RGB (Red+Green+Blue) = 153+246+101=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #99F665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F665 is #66099A. Grayscale: #CACACA. Windows color (decimal): -6687131 or 6682265. OLE color: 6682265.
HSL color Cylindrical-coordinate representation of color #99F665: hue angle of 98.48º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99F665 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 246 | 101 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.04 |
| HSL | 98.48º | 0.89% | 0.68% | - |
| HSV(B) | 98.48º | 0.59% | 0.96% | - |
| XYZ | 48.44 | 73.62 | 23.97 | - |
| YUV | 201.66 | 71.19 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 246 | 101 | 0.38 | 0 | 0.59 | 0.04 | 98.48 | 0.89 | 0.68 |
| Hex | 99 | F6 | 65 | 26 | 0 | 3B | 4 | 62 | 59 | 44 |
| Octal | 231 | 366 | 145 | 46 | 0 | 73 | 4 | 142 | 131 | 104 |
| Binary | 10011001 | 11110110 | 1100101 | 100110 | 0 | 111011 | 100 | 1100010 | 1011001 | 1000100 |
Color Harmonies of #99F665
Complementary color
Monochromatic Colors of #99F665
Black with #99F665
Text Example
Text Example
White with #99F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F665; }
p { color: rgb(153,246,101); }
H1.HeaderClassName
{
color: #99F665;
}
.AnyTagClassName
{
color: #99F665;
}
</style>
background-color css
<style>
a { background-color: #99F665; }
a { background-color: rgb(153,246,101); }
div.DivClassName
{
background-color: #99F665;
}
.BgClassName
{
background-color: #99F665;
}
</style>
border-color css
<style>
span { border-color: #99F665; }
span { border-color: rgb(153,246,101); }
td.TdClassName
{
border-color: #99F665;
}
.TagClassName
{
border-color: #99F665;
}
</style>