Shades of Gossip #99D781
Tints of Gossip #99D781
RGB
CMYK
RGB Variations
Color information
#99D781 (or 0x99D781) is known color: Gossip. HEX triplet: 99, D7 and 81. RGB value is (153,215,129). Sum of RGB (Red+Green+Blue) = 153+215+129=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #99D781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D781 is #66287E. Grayscale: #BABABA. Windows color (decimal): -6695039 or 8509337. OLE color: 8509337.
HSL color Cylindrical-coordinate representation of color #99D781: hue angle of 103.26º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99D781 is Cyan = 0.29, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 129 | - |
| CMYK | 0.29 | 0 | 0.4 | 0.16 |
| HSL | 103.26º | 0.52% | 0.67% | - |
| HSV(B) | 103.26º | 0.4% | 0.84% | - |
| XYZ | 41.4 | 56.96 | 29.58 | - |
| YUV | 186.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 129 | 0.29 | 0 | 0.4 | 0.16 | 103.26 | 0.52 | 0.67 |
| Hex | 99 | D7 | 81 | 1D | 0 | 28 | 10 | 67 | 34 | 43 |
| Octal | 231 | 327 | 201 | 35 | 0 | 50 | 20 | 147 | 64 | 103 |
| Binary | 10011001 | 11010111 | 10000001 | 11101 | 0 | 101000 | 10000 | 1100111 | 110100 | 1000011 |
Color Harmonies of #99D781
Complementary color
Monochromatic Colors of #99D781
Black with #99D781
Text Example
Text Example
White with #99D781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D781; }
p { color: rgb(153,215,129); }
H1.HeaderClassName
{
color: #99D781;
}
.AnyTagClassName
{
color: #99D781;
}
</style>
background-color css
<style>
a { background-color: #99D781; }
a { background-color: rgb(153,215,129); }
div.DivClassName
{
background-color: #99D781;
}
.BgClassName
{
background-color: #99D781;
}
</style>
border-color css
<style>
span { border-color: #99D781; }
span { border-color: rgb(153,215,129); }
td.TdClassName
{
border-color: #99D781;
}
.TagClassName
{
border-color: #99D781;
}
</style>