Shades of Feijoa #99ED78
Tints of Feijoa #99ED78
RGB
CMYK
RGB Variations
Color information
#99ED78 (or 0x99ED78) is known color: Feijoa. HEX triplet: 99, ED and 78. RGB value is (153,237,120). Sum of RGB (Red+Green+Blue) = 153+237+120=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #99ED78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99ED78 is #661287. Grayscale: #C6C6C6. Windows color (decimal): -6689416 or 7925145. OLE color: 7925145.
HSL color Cylindrical-coordinate representation of color #99ED78: hue angle of 103.08º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99ED78 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 120 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.07 |
| HSL | 103.08º | 0.76% | 0.7% | - |
| HSV(B) | 103.08º | 0.49% | 0.93% | - |
| XYZ | 46.81 | 68.7 | 28.56 | - |
| YUV | 198.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 120 | 0.35 | 0 | 0.49 | 0.07 | 103.08 | 0.76 | 0.7 |
| Hex | 99 | ED | 78 | 23 | 0 | 31 | 7 | 67 | 4C | 46 |
| Octal | 231 | 355 | 170 | 43 | 0 | 61 | 7 | 147 | 114 | 106 |
| Binary | 10011001 | 11101101 | 1111000 | 100011 | 0 | 110001 | 111 | 1100111 | 1001100 | 1000110 |
Color Harmonies of #99ED78
Complementary color
Monochromatic Colors of #99ED78
Black with #99ED78
Text Example
Text Example
White with #99ED78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ED78; }
p { color: rgb(153,237,120); }
H1.HeaderClassName
{
color: #99ED78;
}
.AnyTagClassName
{
color: #99ED78;
}
</style>
background-color css
<style>
a { background-color: #99ED78; }
a { background-color: rgb(153,237,120); }
div.DivClassName
{
background-color: #99ED78;
}
.BgClassName
{
background-color: #99ED78;
}
</style>
border-color css
<style>
span { border-color: #99ED78; }
span { border-color: rgb(153,237,120); }
td.TdClassName
{
border-color: #99ED78;
}
.TagClassName
{
border-color: #99ED78;
}
</style>