Shades of Gossip #99D782
Tints of Gossip #99D782
RGB
CMYK
RGB Variations
Color information
#99D782 (or 0x99D782) is known color: Gossip. HEX triplet: 99, D7 and 82. RGB value is (153,215,130). Sum of RGB (Red+Green+Blue) = 153+215+130=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #99D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D782 is #66287D. Grayscale: #BBBBBB. Windows color (decimal): -6695038 or 8574873. OLE color: 8574873.
HSL color Cylindrical-coordinate representation of color #99D782: hue angle of 103.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99D782 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 130 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.16 |
| HSL | 103.76º | 0.52% | 0.68% | - |
| HSV(B) | 103.76º | 0.4% | 0.84% | - |
| XYZ | 41.47 | 56.98 | 29.93 | - |
| YUV | 186.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 130 | 0.29 | 0 | 0.40 | 0.16 | 103.76 | 0.52 | 0.68 |
| Hex | 99 | D7 | 82 | 1D | 0 | 28 | 10 | 68 | 34 | 44 |
| Octal | 231 | 327 | 202 | 35 | 0 | 50 | 20 | 150 | 64 | 104 |
| Binary | 10011001 | 11010111 | 10000010 | 11101 | 0 | 101000 | 10000 | 1101000 | 110100 | 1000100 |
Color Harmonies of #99D782
Complementary color
Monochromatic Colors of #99D782
Black with #99D782
Text Example
Text Example
White with #99D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D782; }
p { color: rgb(153,215,130); }
H1.HeaderClassName
{
color: #99D782;
}
.AnyTagClassName
{
color: #99D782;
}
</style>
background-color css
<style>
a { background-color: #99D782; }
a { background-color: rgb(153,215,130); }
div.DivClassName
{
background-color: #99D782;
}
.BgClassName
{
background-color: #99D782;
}
</style>
border-color css
<style>
span { border-color: #99D782; }
span { border-color: rgb(153,215,130); }
td.TdClassName
{
border-color: #99D782;
}
.TagClassName
{
border-color: #99D782;
}
</style>