Shades of Gossip #99DA80
Tints of Gossip #99DA80
RGB
CMYK
RGB Variations
Color information
#99DA80 (or 0x99DA80) is known color: Gossip. HEX triplet: 99, DA and 80. RGB value is (153,218,128). Sum of RGB (Red+Green+Blue) = 153+218+128=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DA80 is #66257F. Grayscale: #BCBCBC. Windows color (decimal): -6694272 or 8444569. OLE color: 8444569.
HSL color Cylindrical-coordinate representation of color #99DA80: hue angle of 103.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99DA80 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 128 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.15 |
| HSL | 103.33º | 0.55% | 0.68% | - |
| HSV(B) | 103.33º | 0.41% | 0.85% | - |
| XYZ | 42.1 | 58.47 | 29.49 | - |
| YUV | 188.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 128 | 0.30 | 0 | 0.41 | 0.15 | 103.33 | 0.55 | 0.68 |
| Hex | 99 | DA | 80 | 1E | 0 | 29 | F | 67 | 37 | 44 |
| Octal | 231 | 332 | 200 | 36 | 0 | 51 | 17 | 147 | 67 | 104 |
| Binary | 10011001 | 11011010 | 10000000 | 11110 | 0 | 101001 | 1111 | 1100111 | 110111 | 1000100 |
Color Harmonies of #99DA80
Complementary color
Monochromatic Colors of #99DA80
Black with #99DA80
Text Example
Text Example
White with #99DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA80; }
p { color: rgb(153,218,128); }
H1.HeaderClassName
{
color: #99DA80;
}
.AnyTagClassName
{
color: #99DA80;
}
</style>
background-color css
<style>
a { background-color: #99DA80; }
a { background-color: rgb(153,218,128); }
div.DivClassName
{
background-color: #99DA80;
}
.BgClassName
{
background-color: #99DA80;
}
</style>
border-color css
<style>
span { border-color: #99DA80; }
span { border-color: rgb(153,218,128); }
td.TdClassName
{
border-color: #99DA80;
}
.TagClassName
{
border-color: #99DA80;
}
</style>