Shades of Feijoa #99F668
Tints of Feijoa #99F668
RGB
CMYK
RGB Variations
Color information
#99F668 (or 0x99F668) is known color: Feijoa. HEX triplet: 99, F6 and 68. RGB value is (153,246,104). Sum of RGB (Red+Green+Blue) = 153+246+104=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #99F668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F668 is #660997. Grayscale: #CACACA. Windows color (decimal): -6687128 or 6878873. OLE color: 6878873.
HSL color Cylindrical-coordinate representation of color #99F668: hue angle of 99.3º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99F668 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 246 | 104 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.04 |
| HSL | 99.3º | 0.89% | 0.69% | - |
| HSV(B) | 99.3º | 0.58% | 0.96% | - |
| XYZ | 48.59 | 73.68 | 24.76 | - |
| YUV | 202.01 | 72.69 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 246 | 104 | 0.38 | 0 | 0.58 | 0.04 | 99.3 | 0.89 | 0.69 |
| Hex | 99 | F6 | 68 | 26 | 0 | 3A | 4 | 63 | 59 | 45 |
| Octal | 231 | 366 | 150 | 46 | 0 | 72 | 4 | 143 | 131 | 105 |
| Binary | 10011001 | 11110110 | 1101000 | 100110 | 0 | 111010 | 100 | 1100011 | 1011001 | 1000101 |
Color Harmonies of #99F668
Complementary color
Monochromatic Colors of #99F668
Black with #99F668
Text Example
Text Example
White with #99F668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F668; }
p { color: rgb(153,246,104); }
H1.HeaderClassName
{
color: #99F668;
}
.AnyTagClassName
{
color: #99F668;
}
</style>
background-color css
<style>
a { background-color: #99F668; }
a { background-color: rgb(153,246,104); }
div.DivClassName
{
background-color: #99F668;
}
.BgClassName
{
background-color: #99F668;
}
</style>
border-color css
<style>
span { border-color: #99F668; }
span { border-color: rgb(153,246,104); }
td.TdClassName
{
border-color: #99F668;
}
.TagClassName
{
border-color: #99F668;
}
</style>