Shades of Gossip #9FD380
Tints of Gossip #9FD380
RGB
CMYK
RGB Variations
Color information
#9FD380 (or 0x9FD380) is known color: Gossip. HEX triplet: 9F, D3 and 80. RGB value is (159,211,128). Sum of RGB (Red+Green+Blue) = 159+211+128=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD380 is #602C7F. Grayscale: #BABABA. Windows color (decimal): -6302848 or 8442783. OLE color: 8442783.
HSL color Cylindrical-coordinate representation of color #9FD380: hue angle of 97.59º 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 #9FD380 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 128 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.17 |
| HSL | 97.59º | 0.49% | 0.66% | - |
| HSV(B) | 97.59º | 0.39% | 0.83% | - |
| XYZ | 41.49 | 55.52 | 28.95 | - |
| YUV | 185.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 128 | 0.25 | 0 | 0.39 | 0.17 | 97.59 | 0.49 | 0.66 |
| Hex | 9F | D3 | 80 | 19 | 0 | 27 | 11 | 62 | 31 | 42 |
| Octal | 237 | 323 | 200 | 31 | 0 | 47 | 21 | 142 | 61 | 102 |
| Binary | 10011111 | 11010011 | 10000000 | 11001 | 0 | 100111 | 10001 | 1100010 | 110001 | 1000010 |
Color Harmonies of #9FD380
Complementary color
Monochromatic Colors of #9FD380
Black with #9FD380
Text Example
Text Example
White with #9FD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD380; }
p { color: rgb(159,211,128); }
H1.HeaderClassName
{
color: #9FD380;
}
.AnyTagClassName
{
color: #9FD380;
}
</style>
background-color css
<style>
a { background-color: #9FD380; }
a { background-color: rgb(159,211,128); }
div.DivClassName
{
background-color: #9FD380;
}
.BgClassName
{
background-color: #9FD380;
}
</style>
border-color css
<style>
span { border-color: #9FD380; }
span { border-color: rgb(159,211,128); }
td.TdClassName
{
border-color: #9FD380;
}
.TagClassName
{
border-color: #9FD380;
}
</style>