Shades of Gossip #99E082
Tints of Gossip #99E082
RGB
CMYK
RGB Variations
Color information
#99E082 (or 0x99E082) is known color: Gossip. HEX triplet: 99, E0 and 82. RGB value is (153,224,130). Sum of RGB (Red+Green+Blue) = 153+224+130=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #99E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E082 is #661F7D. Grayscale: #C0C0C0. Windows color (decimal): -6692734 or 8577177. OLE color: 8577177.
HSL color Cylindrical-coordinate representation of color #99E082: hue angle of 105.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99E082 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 130 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.12 |
| HSL | 105.32º | 0.6% | 0.69% | - |
| HSV(B) | 105.32º | 0.42% | 0.88% | - |
| XYZ | 43.82 | 61.7 | 30.72 | - |
| YUV | 192.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 130 | 0.32 | 0 | 0.42 | 0.12 | 105.32 | 0.6 | 0.69 |
| Hex | 99 | E0 | 82 | 20 | 0 | 2A | C | 69 | 3C | 45 |
| Octal | 231 | 340 | 202 | 40 | 0 | 52 | 14 | 151 | 74 | 105 |
| Binary | 10011001 | 11100000 | 10000010 | 100000 | 0 | 101010 | 1100 | 1101001 | 111100 | 1000101 |
Color Harmonies of #99E082
Complementary color
Monochromatic Colors of #99E082
Black with #99E082
Text Example
Text Example
White with #99E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E082; }
p { color: rgb(153,224,130); }
H1.HeaderClassName
{
color: #99E082;
}
.AnyTagClassName
{
color: #99E082;
}
</style>
background-color css
<style>
a { background-color: #99E082; }
a { background-color: rgb(153,224,130); }
div.DivClassName
{
background-color: #99E082;
}
.BgClassName
{
background-color: #99E082;
}
</style>
border-color css
<style>
span { border-color: #99E082; }
span { border-color: rgb(153,224,130); }
td.TdClassName
{
border-color: #99E082;
}
.TagClassName
{
border-color: #99E082;
}
</style>