Shades of Feijoa #99F376
Tints of Feijoa #99F376
RGB
CMYK
RGB Variations
Color information
#99F376 (or 0x99F376) is known color: Feijoa. HEX triplet: 99, F3 and 76. RGB value is (153,243,118). Sum of RGB (Red+Green+Blue) = 153+243+118=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #99F376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F376 is #660C89. Grayscale: #CACACA. Windows color (decimal): -6687882 or 7795609. OLE color: 7795609.
HSL color Cylindrical-coordinate representation of color #99F376: hue angle of 103.2º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99F376 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 243 | 118 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.05 |
| HSL | 103.2º | 0.84% | 0.71% | - |
| HSV(B) | 103.2º | 0.51% | 0.95% | - |
| XYZ | 48.46 | 72.18 | 28.52 | - |
| YUV | 201.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 243 | 118 | 0.37 | 0 | 0.51 | 0.05 | 103.2 | 0.84 | 0.71 |
| Hex | 99 | F3 | 76 | 25 | 0 | 33 | 5 | 67 | 54 | 47 |
| Octal | 231 | 363 | 166 | 45 | 0 | 63 | 5 | 147 | 124 | 107 |
| Binary | 10011001 | 11110011 | 1110110 | 100101 | 0 | 110011 | 101 | 1100111 | 1010100 | 1000111 |
Color Harmonies of #99F376
Complementary color
Monochromatic Colors of #99F376
Black with #99F376
Text Example
Text Example
White with #99F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F376; }
p { color: rgb(153,243,118); }
H1.HeaderClassName
{
color: #99F376;
}
.AnyTagClassName
{
color: #99F376;
}
</style>
background-color css
<style>
a { background-color: #99F376; }
a { background-color: rgb(153,243,118); }
div.DivClassName
{
background-color: #99F376;
}
.BgClassName
{
background-color: #99F376;
}
</style>
border-color css
<style>
span { border-color: #99F376; }
span { border-color: rgb(153,243,118); }
td.TdClassName
{
border-color: #99F376;
}
.TagClassName
{
border-color: #99F376;
}
</style>