Shades of Gossip #99E479
Tints of Gossip #99E479
RGB
CMYK
RGB Variations
Color information
#99E479 (or 0x99E479) is known color: Gossip. HEX triplet: 99, E4 and 79. RGB value is (153,228,121). Sum of RGB (Red+Green+Blue) = 153+228+121=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #99E479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E479 is #661B86. Grayscale: #C1C1C1. Windows color (decimal): -6691719 or 7988377. OLE color: 7988377.
HSL color Cylindrical-coordinate representation of color #99E479: hue angle of 102.06º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99E479 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 228 | 121 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.11 |
| HSL | 102.06º | 0.66% | 0.68% | - |
| HSV(B) | 102.06º | 0.47% | 0.89% | - |
| XYZ | 44.33 | 63.64 | 28.04 | - |
| YUV | 193.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 228 | 121 | 0.33 | 0 | 0.47 | 0.11 | 102.06 | 0.66 | 0.68 |
| Hex | 99 | E4 | 79 | 21 | 0 | 2F | B | 66 | 42 | 44 |
| Octal | 231 | 344 | 171 | 41 | 0 | 57 | 13 | 146 | 102 | 104 |
| Binary | 10011001 | 11100100 | 1111001 | 100001 | 0 | 101111 | 1011 | 1100110 | 1000010 | 1000100 |
Color Harmonies of #99E479
Complementary color
Monochromatic Colors of #99E479
Black with #99E479
Text Example
Text Example
White with #99E479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E479; }
p { color: rgb(153,228,121); }
H1.HeaderClassName
{
color: #99E479;
}
.AnyTagClassName
{
color: #99E479;
}
</style>
background-color css
<style>
a { background-color: #99E479; }
a { background-color: rgb(153,228,121); }
div.DivClassName
{
background-color: #99E479;
}
.BgClassName
{
background-color: #99E479;
}
</style>
border-color css
<style>
span { border-color: #99E479; }
span { border-color: rgb(153,228,121); }
td.TdClassName
{
border-color: #99E479;
}
.TagClassName
{
border-color: #99E479;
}
</style>