Shades of Gossip #99E57A
Tints of Gossip #99E57A
RGB
CMYK
RGB Variations
Color information
#99E57A (or 0x99E57A) is known color: Gossip. HEX triplet: 99, E5 and 7A. RGB value is (153,229,122). Sum of RGB (Red+Green+Blue) = 153+229+122=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #99E57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E57A is #661A85. Grayscale: #C2C2C2. Windows color (decimal): -6691462 or 8054169. OLE color: 8054169.
HSL color Cylindrical-coordinate representation of color #99E57A: hue angle of 102.62º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99E57A is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 122 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.10 |
| HSL | 102.62º | 0.67% | 0.69% | - |
| HSV(B) | 102.62º | 0.47% | 0.9% | - |
| XYZ | 44.67 | 64.22 | 28.45 | - |
| YUV | 194.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 122 | 0.33 | 0 | 0.47 | 0.10 | 102.62 | 0.67 | 0.69 |
| Hex | 99 | E5 | 7A | 21 | 0 | 2F | A | 67 | 43 | 45 |
| Octal | 231 | 345 | 172 | 41 | 0 | 57 | 12 | 147 | 103 | 105 |
| Binary | 10011001 | 11100101 | 1111010 | 100001 | 0 | 101111 | 1010 | 1100111 | 1000011 | 1000101 |
Color Harmonies of #99E57A
Complementary color
Monochromatic Colors of #99E57A
Black with #99E57A
Text Example
Text Example
White with #99E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E57A; }
p { color: rgb(153,229,122); }
H1.HeaderClassName
{
color: #99E57A;
}
.AnyTagClassName
{
color: #99E57A;
}
</style>
background-color css
<style>
a { background-color: #99E57A; }
a { background-color: rgb(153,229,122); }
div.DivClassName
{
background-color: #99E57A;
}
.BgClassName
{
background-color: #99E57A;
}
</style>
border-color css
<style>
span { border-color: #99E57A; }
span { border-color: rgb(153,229,122); }
td.TdClassName
{
border-color: #99E57A;
}
.TagClassName
{
border-color: #99E57A;
}
</style>