Shades of Gossip #99DC76
Tints of Gossip #99DC76
RGB
CMYK
RGB Variations
Color information
#99DC76 (or 0x99DC76) is known color: Gossip. HEX triplet: 99, DC and 76. RGB value is (153,220,118). Sum of RGB (Red+Green+Blue) = 153+220+118=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DC76 is #662389. Grayscale: #BCBCBC. Windows color (decimal): -6693770 or 7789721. OLE color: 7789721.
HSL color Cylindrical-coordinate representation of color #99DC76: hue angle of 99.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99DC76 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 118 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.14 |
| HSL | 99.41º | 0.59% | 0.66% | - |
| HSV(B) | 99.41º | 0.46% | 0.86% | - |
| XYZ | 42 | 59.27 | 26.37 | - |
| YUV | 188.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 118 | 0.30 | 0 | 0.46 | 0.14 | 99.41 | 0.59 | 0.66 |
| Hex | 99 | DC | 76 | 1E | 0 | 2E | E | 63 | 3B | 42 |
| Octal | 231 | 334 | 166 | 36 | 0 | 56 | 16 | 143 | 73 | 102 |
| Binary | 10011001 | 11011100 | 1110110 | 11110 | 0 | 101110 | 1110 | 1100011 | 111011 | 1000010 |
Color Harmonies of #99DC76
Complementary color
Monochromatic Colors of #99DC76
Black with #99DC76
Text Example
Text Example
White with #99DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC76; }
p { color: rgb(153,220,118); }
H1.HeaderClassName
{
color: #99DC76;
}
.AnyTagClassName
{
color: #99DC76;
}
</style>
background-color css
<style>
a { background-color: #99DC76; }
a { background-color: rgb(153,220,118); }
div.DivClassName
{
background-color: #99DC76;
}
.BgClassName
{
background-color: #99DC76;
}
</style>
border-color css
<style>
span { border-color: #99DC76; }
span { border-color: rgb(153,220,118); }
td.TdClassName
{
border-color: #99DC76;
}
.TagClassName
{
border-color: #99DC76;
}
</style>