Shades of Feijoa #99F265
Tints of Feijoa #99F265
RGB
CMYK
RGB Variations
Color information
#99F265 (or 0x99F265) is known color: Feijoa. HEX triplet: 99, F2 and 65. RGB value is (153,242,101). Sum of RGB (Red+Green+Blue) = 153+242+101=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #99F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F265 is #660D9A. Grayscale: #C7C7C7. Windows color (decimal): -6688155 or 6681241. OLE color: 6681241.
HSL color Cylindrical-coordinate representation of color #99F265: hue angle of 97.87º degrees, saturation: 0.84, 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 #99F265 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 101 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.05 |
| HSL | 97.87º | 0.84% | 0.67% | - |
| HSV(B) | 97.87º | 0.58% | 0.95% | - |
| XYZ | 47.24 | 71.22 | 23.57 | - |
| YUV | 199.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 101 | 0.37 | 0 | 0.58 | 0.05 | 97.87 | 0.84 | 0.67 |
| Hex | 99 | F2 | 65 | 25 | 0 | 3A | 5 | 62 | 54 | 43 |
| Octal | 231 | 362 | 145 | 45 | 0 | 72 | 5 | 142 | 124 | 103 |
| Binary | 10011001 | 11110010 | 1100101 | 100101 | 0 | 111010 | 101 | 1100010 | 1010100 | 1000011 |
Color Harmonies of #99F265
Complementary color
Monochromatic Colors of #99F265
Black with #99F265
Text Example
Text Example
White with #99F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F265; }
p { color: rgb(153,242,101); }
H1.HeaderClassName
{
color: #99F265;
}
.AnyTagClassName
{
color: #99F265;
}
</style>
background-color css
<style>
a { background-color: #99F265; }
a { background-color: rgb(153,242,101); }
div.DivClassName
{
background-color: #99F265;
}
.BgClassName
{
background-color: #99F265;
}
</style>
border-color css
<style>
span { border-color: #99F265; }
span { border-color: rgb(153,242,101); }
td.TdClassName
{
border-color: #99F265;
}
.TagClassName
{
border-color: #99F265;
}
</style>