Shades of Gossip #99E17D
Tints of Gossip #99E17D
RGB
CMYK
RGB Variations
Color information
#99E17D (or 0x99E17D) is known color: Gossip. HEX triplet: 99, E1 and 7D. RGB value is (153,225,125). Sum of RGB (Red+Green+Blue) = 153+225+125=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #99E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E17D is #661E82. Grayscale: #C0C0C0. Windows color (decimal): -6692483 or 8249753. OLE color: 8249753.
HSL color Cylindrical-coordinate representation of color #99E17D: hue angle of 103.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99E17D is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 225 | 125 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.12 |
| HSL | 103.2º | 0.63% | 0.69% | - |
| HSV(B) | 103.2º | 0.44% | 0.88% | - |
| XYZ | 43.76 | 62.1 | 29.08 | - |
| YUV | 192.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 225 | 125 | 0.32 | 0 | 0.44 | 0.12 | 103.2 | 0.63 | 0.69 |
| Hex | 99 | E1 | 7D | 20 | 0 | 2C | C | 67 | 3E | 45 |
| Octal | 231 | 341 | 175 | 40 | 0 | 54 | 14 | 147 | 76 | 105 |
| Binary | 10011001 | 11100001 | 1111101 | 100000 | 0 | 101100 | 1100 | 1100111 | 111110 | 1000101 |
Color Harmonies of #99E17D
Complementary color
Monochromatic Colors of #99E17D
Black with #99E17D
Text Example
Text Example
White with #99E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E17D; }
p { color: rgb(153,225,125); }
H1.HeaderClassName
{
color: #99E17D;
}
.AnyTagClassName
{
color: #99E17D;
}
</style>
background-color css
<style>
a { background-color: #99E17D; }
a { background-color: rgb(153,225,125); }
div.DivClassName
{
background-color: #99E17D;
}
.BgClassName
{
background-color: #99E17D;
}
</style>
border-color css
<style>
span { border-color: #99E17D; }
span { border-color: rgb(153,225,125); }
td.TdClassName
{
border-color: #99E17D;
}
.TagClassName
{
border-color: #99E17D;
}
</style>