Shades of Feijoa #99F365
Tints of Feijoa #99F365
RGB
CMYK
RGB Variations
Color information
#99F365 (or 0x99F365) is known color: Feijoa. HEX triplet: 99, F3 and 65. RGB value is (153,243,101). Sum of RGB (Red+Green+Blue) = 153+243+101=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #99F365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F365 is #660C9A. Grayscale: #C8C8C8. Windows color (decimal): -6687899 or 6681497. OLE color: 6681497.
HSL color Cylindrical-coordinate representation of color #99F365: hue angle of 98.03º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99F365 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 243 | 101 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.05 |
| HSL | 98.03º | 0.86% | 0.67% | - |
| HSV(B) | 98.03º | 0.58% | 0.95% | - |
| XYZ | 47.54 | 71.81 | 23.67 | - |
| YUV | 199.9 | 72.18 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 243 | 101 | 0.37 | 0 | 0.58 | 0.05 | 98.03 | 0.86 | 0.67 |
| Hex | 99 | F3 | 65 | 25 | 0 | 3A | 5 | 62 | 56 | 43 |
| Octal | 231 | 363 | 145 | 45 | 0 | 72 | 5 | 142 | 126 | 103 |
| Binary | 10011001 | 11110011 | 1100101 | 100101 | 0 | 111010 | 101 | 1100010 | 1010110 | 1000011 |
Color Harmonies of #99F365
Complementary color
Monochromatic Colors of #99F365
Black with #99F365
Text Example
Text Example
White with #99F365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F365; }
p { color: rgb(153,243,101); }
H1.HeaderClassName
{
color: #99F365;
}
.AnyTagClassName
{
color: #99F365;
}
</style>
background-color css
<style>
a { background-color: #99F365; }
a { background-color: rgb(153,243,101); }
div.DivClassName
{
background-color: #99F365;
}
.BgClassName
{
background-color: #99F365;
}
</style>
border-color css
<style>
span { border-color: #99F365; }
span { border-color: rgb(153,243,101); }
td.TdClassName
{
border-color: #99F365;
}
.TagClassName
{
border-color: #99F365;
}
</style>