Shades of Feijoa #99ED76
Tints of Feijoa #99ED76
RGB
CMYK
RGB Variations
Color information
#99ED76 (or 0x99ED76) is known color: Feijoa. HEX triplet: 99, ED and 76. RGB value is (153,237,118). Sum of RGB (Red+Green+Blue) = 153+237+118=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #99ED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99ED76 is #661289. Grayscale: #C6C6C6. Windows color (decimal): -6689418 or 7794073. OLE color: 7794073.
HSL color Cylindrical-coordinate representation of color #99ED76: hue angle of 102.35º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99ED76 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 118 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.07 |
| HSL | 102.35º | 0.77% | 0.7% | - |
| HSV(B) | 102.35º | 0.5% | 0.93% | - |
| XYZ | 46.69 | 68.65 | 27.93 | - |
| YUV | 198.32 | 82.67 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 118 | 0.35 | 0 | 0.50 | 0.07 | 102.35 | 0.77 | 0.7 |
| Hex | 99 | ED | 76 | 23 | 0 | 32 | 7 | 66 | 4D | 46 |
| Octal | 231 | 355 | 166 | 43 | 0 | 62 | 7 | 146 | 115 | 106 |
| Binary | 10011001 | 11101101 | 1110110 | 100011 | 0 | 110010 | 111 | 1100110 | 1001101 | 1000110 |
Color Harmonies of #99ED76
Complementary color
Monochromatic Colors of #99ED76
Black with #99ED76
Text Example
Text Example
White with #99ED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ED76; }
p { color: rgb(153,237,118); }
H1.HeaderClassName
{
color: #99ED76;
}
.AnyTagClassName
{
color: #99ED76;
}
</style>
background-color css
<style>
a { background-color: #99ED76; }
a { background-color: rgb(153,237,118); }
div.DivClassName
{
background-color: #99ED76;
}
.BgClassName
{
background-color: #99ED76;
}
</style>
border-color css
<style>
span { border-color: #99ED76; }
span { border-color: rgb(153,237,118); }
td.TdClassName
{
border-color: #99ED76;
}
.TagClassName
{
border-color: #99ED76;
}
</style>