Shades of Gossip #99D57D
Tints of Gossip #99D57D
RGB
CMYK
RGB Variations
Color information
#99D57D (or 0x99D57D) is known color: Gossip. HEX triplet: 99, D5 and 7D. RGB value is (153,213,125). Sum of RGB (Red+Green+Blue) = 153+213+125=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #99D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D57D is #662A82. Grayscale: #B9B9B9. Windows color (decimal): -6695555 or 8246681. OLE color: 8246681.
HSL color Cylindrical-coordinate representation of color #99D57D: hue angle of 100.91º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99D57D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 125 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.16 |
| HSL | 100.91º | 0.51% | 0.66% | - |
| HSV(B) | 100.91º | 0.41% | 0.84% | - |
| XYZ | 40.63 | 55.84 | 28.04 | - |
| YUV | 185.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 125 | 0.28 | 0 | 0.41 | 0.16 | 100.91 | 0.51 | 0.66 |
| Hex | 99 | D5 | 7D | 1C | 0 | 29 | 10 | 65 | 33 | 42 |
| Octal | 231 | 325 | 175 | 34 | 0 | 51 | 20 | 145 | 63 | 102 |
| Binary | 10011001 | 11010101 | 1111101 | 11100 | 0 | 101001 | 10000 | 1100101 | 110011 | 1000010 |
Color Harmonies of #99D57D
Complementary color
Monochromatic Colors of #99D57D
Black with #99D57D
Text Example
Text Example
White with #99D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D57D; }
p { color: rgb(153,213,125); }
H1.HeaderClassName
{
color: #99D57D;
}
.AnyTagClassName
{
color: #99D57D;
}
</style>
background-color css
<style>
a { background-color: #99D57D; }
a { background-color: rgb(153,213,125); }
div.DivClassName
{
background-color: #99D57D;
}
.BgClassName
{
background-color: #99D57D;
}
</style>
border-color css
<style>
span { border-color: #99D57D; }
span { border-color: rgb(153,213,125); }
td.TdClassName
{
border-color: #99D57D;
}
.TagClassName
{
border-color: #99D57D;
}
</style>