Shades of Gossip #99D380
Tints of Gossip #99D380
RGB
CMYK
RGB Variations
Color information
#99D380 (or 0x99D380) is known color: Gossip. HEX triplet: 99, D3 and 80. RGB value is (153,211,128). Sum of RGB (Red+Green+Blue) = 153+211+128=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #99D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D380 is #662C7F. Grayscale: #B8B8B8. Windows color (decimal): -6696064 or 8442777. OLE color: 8442777.
HSL color Cylindrical-coordinate representation of color #99D380: hue angle of 101.93º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D380 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 128 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.17 |
| HSL | 101.93º | 0.49% | 0.66% | - |
| HSV(B) | 101.93º | 0.39% | 0.83% | - |
| XYZ | 40.33 | 54.92 | 28.9 | - |
| YUV | 184.2 | 96.28 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 128 | 0.27 | 0 | 0.39 | 0.17 | 101.93 | 0.49 | 0.66 |
| Hex | 99 | D3 | 80 | 1B | 0 | 27 | 11 | 66 | 31 | 42 |
| Octal | 231 | 323 | 200 | 33 | 0 | 47 | 21 | 146 | 61 | 102 |
| Binary | 10011001 | 11010011 | 10000000 | 11011 | 0 | 100111 | 10001 | 1100110 | 110001 | 1000010 |
Color Harmonies of #99D380
Complementary color
Monochromatic Colors of #99D380
Black with #99D380
Text Example
Text Example
White with #99D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D380; }
p { color: rgb(153,211,128); }
H1.HeaderClassName
{
color: #99D380;
}
.AnyTagClassName
{
color: #99D380;
}
</style>
background-color css
<style>
a { background-color: #99D380; }
a { background-color: rgb(153,211,128); }
div.DivClassName
{
background-color: #99D380;
}
.BgClassName
{
background-color: #99D380;
}
</style>
border-color css
<style>
span { border-color: #99D380; }
span { border-color: rgb(153,211,128); }
td.TdClassName
{
border-color: #99D380;
}
.TagClassName
{
border-color: #99D380;
}
</style>