Shades of Gossip #99E57E
Tints of Gossip #99E57E
RGB
CMYK
RGB Variations
Color information
#99E57E (or 0x99E57E) is known color: Gossip. HEX triplet: 99, E5 and 7E. RGB value is (153,229,126). Sum of RGB (Red+Green+Blue) = 153+229+126=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #99E57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E57E is #661A81. Grayscale: #C2C2C2. Windows color (decimal): -6691458 or 8316313. OLE color: 8316313.
HSL color Cylindrical-coordinate representation of color #99E57E: hue angle of 104.27º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99E57E is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 126 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.10 |
| HSL | 104.27º | 0.66% | 0.7% | - |
| HSV(B) | 104.27º | 0.45% | 0.9% | - |
| XYZ | 44.92 | 64.32 | 29.79 | - |
| YUV | 194.53 | 89.32 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 126 | 0.33 | 0 | 0.45 | 0.10 | 104.27 | 0.66 | 0.7 |
| Hex | 99 | E5 | 7E | 21 | 0 | 2D | A | 68 | 42 | 46 |
| Octal | 231 | 345 | 176 | 41 | 0 | 55 | 12 | 150 | 102 | 106 |
| Binary | 10011001 | 11100101 | 1111110 | 100001 | 0 | 101101 | 1010 | 1101000 | 1000010 | 1000110 |
Color Harmonies of #99E57E
Complementary color
Monochromatic Colors of #99E57E
Black with #99E57E
Text Example
Text Example
White with #99E57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E57E; }
p { color: rgb(153,229,126); }
H1.HeaderClassName
{
color: #99E57E;
}
.AnyTagClassName
{
color: #99E57E;
}
</style>
background-color css
<style>
a { background-color: #99E57E; }
a { background-color: rgb(153,229,126); }
div.DivClassName
{
background-color: #99E57E;
}
.BgClassName
{
background-color: #99E57E;
}
</style>
border-color css
<style>
span { border-color: #99E57E; }
span { border-color: rgb(153,229,126); }
td.TdClassName
{
border-color: #99E57E;
}
.TagClassName
{
border-color: #99E57E;
}
</style>