Shades of Gossip #99E575
Tints of Gossip #99E575
RGB
CMYK
RGB Variations
Color information
#99E575 (or 0x99E575) is known color: Gossip. HEX triplet: 99, E5 and 75. RGB value is (153,229,117). Sum of RGB (Red+Green+Blue) = 153+229+117=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #99E575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E575 is #661A8A. Grayscale: #C1C1C1. Windows color (decimal): -6691467 or 7726489. OLE color: 7726489.
HSL color Cylindrical-coordinate representation of color #99E575: hue angle of 100.71º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99E575 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 229 | 117 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.10 |
| HSL | 100.71º | 0.68% | 0.68% | - |
| HSV(B) | 100.71º | 0.49% | 0.9% | - |
| XYZ | 44.37 | 64.1 | 26.86 | - |
| YUV | 193.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 229 | 117 | 0.33 | 0 | 0.49 | 0.10 | 100.71 | 0.68 | 0.68 |
| Hex | 99 | E5 | 75 | 21 | 0 | 31 | A | 65 | 44 | 44 |
| Octal | 231 | 345 | 165 | 41 | 0 | 61 | 12 | 145 | 104 | 104 |
| Binary | 10011001 | 11100101 | 1110101 | 100001 | 0 | 110001 | 1010 | 1100101 | 1000100 | 1000100 |
Color Harmonies of #99E575
Complementary color
Monochromatic Colors of #99E575
Black with #99E575
Text Example
Text Example
White with #99E575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E575; }
p { color: rgb(153,229,117); }
H1.HeaderClassName
{
color: #99E575;
}
.AnyTagClassName
{
color: #99E575;
}
</style>
background-color css
<style>
a { background-color: #99E575; }
a { background-color: rgb(153,229,117); }
div.DivClassName
{
background-color: #99E575;
}
.BgClassName
{
background-color: #99E575;
}
</style>
border-color css
<style>
span { border-color: #99E575; }
span { border-color: rgb(153,229,117); }
td.TdClassName
{
border-color: #99E575;
}
.TagClassName
{
border-color: #99E575;
}
</style>