Shades of Gossip #99E580
Tints of Gossip #99E580
RGB
CMYK
RGB Variations
Color information
#99E580 (or 0x99E580) is known color: Gossip. HEX triplet: 99, E5 and 80. RGB value is (153,229,128). Sum of RGB (Red+Green+Blue) = 153+229+128=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #99E580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E580 is #661A7F. Grayscale: #C3C3C3. Windows color (decimal): -6691456 or 8447385. OLE color: 8447385.
HSL color Cylindrical-coordinate representation of color #99E580: hue angle of 105.15º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99E580 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 128 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.10 |
| HSL | 105.15º | 0.66% | 0.7% | - |
| HSV(B) | 105.15º | 0.44% | 0.9% | - |
| XYZ | 45.05 | 64.37 | 30.47 | - |
| YUV | 194.76 | 90.32 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 128 | 0.33 | 0 | 0.44 | 0.10 | 105.15 | 0.66 | 0.7 |
| Hex | 99 | E5 | 80 | 21 | 0 | 2C | A | 69 | 42 | 46 |
| Octal | 231 | 345 | 200 | 41 | 0 | 54 | 12 | 151 | 102 | 106 |
| Binary | 10011001 | 11100101 | 10000000 | 100001 | 0 | 101100 | 1010 | 1101001 | 1000010 | 1000110 |
Color Harmonies of #99E580
Complementary color
Monochromatic Colors of #99E580
Black with #99E580
Text Example
Text Example
White with #99E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E580; }
p { color: rgb(153,229,128); }
H1.HeaderClassName
{
color: #99E580;
}
.AnyTagClassName
{
color: #99E580;
}
</style>
background-color css
<style>
a { background-color: #99E580; }
a { background-color: rgb(153,229,128); }
div.DivClassName
{
background-color: #99E580;
}
.BgClassName
{
background-color: #99E580;
}
</style>
border-color css
<style>
span { border-color: #99E580; }
span { border-color: rgb(153,229,128); }
td.TdClassName
{
border-color: #99E580;
}
.TagClassName
{
border-color: #99E580;
}
</style>