Shades of Feijoa #99F575
Tints of Feijoa #99F575
RGB
CMYK
RGB Variations
Color information
#99F575 (or 0x99F575) is known color: Feijoa. HEX triplet: 99, F5 and 75. RGB value is (153,245,117). Sum of RGB (Red+Green+Blue) = 153+245+117=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #99F575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F575 is #660A8A. Grayscale: #CBCBCB. Windows color (decimal): -6687371 or 7730585. OLE color: 7730585.
HSL color Cylindrical-coordinate representation of color #99F575: hue angle of 103.12º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99F575 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 117 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.04 |
| HSL | 103.13º | 0.86% | 0.71% | - |
| HSV(B) | 103.13º | 0.52% | 0.96% | - |
| XYZ | 49 | 73.36 | 28.41 | - |
| YUV | 202.9 | 79.52 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 117 | 0.38 | 0 | 0.52 | 0.04 | 103.13 | 0.86 | 0.71 |
| Hex | 99 | F5 | 75 | 26 | 0 | 34 | 4 | 67 | 56 | 47 |
| Octal | 231 | 365 | 165 | 46 | 0 | 64 | 4 | 147 | 126 | 107 |
| Binary | 10011001 | 11110101 | 1110101 | 100110 | 0 | 110100 | 100 | 1100111 | 1010110 | 1000111 |
Color Harmonies of #99F575
Complementary color
Monochromatic Colors of #99F575
Black with #99F575
Text Example
Text Example
White with #99F575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F575; }
p { color: rgb(153,245,117); }
H1.HeaderClassName
{
color: #99F575;
}
.AnyTagClassName
{
color: #99F575;
}
</style>
background-color css
<style>
a { background-color: #99F575; }
a { background-color: rgb(153,245,117); }
div.DivClassName
{
background-color: #99F575;
}
.BgClassName
{
background-color: #99F575;
}
</style>
border-color css
<style>
span { border-color: #99F575; }
span { border-color: rgb(153,245,117); }
td.TdClassName
{
border-color: #99F575;
}
.TagClassName
{
border-color: #99F575;
}
</style>