Shades of Gossip #8FD381
Tints of Gossip #8FD381
RGB
CMYK
RGB Variations
Color information
#8FD381 (or 0x8FD381) is known color: Gossip. HEX triplet: 8F, D3 and 81. RGB value is (143,211,129). Sum of RGB (Red+Green+Blue) = 143+211+129=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD381 is #702C7E. Grayscale: #B5B5B5. Windows color (decimal): -7351423 or 8508303. OLE color: 8508303.
HSL color Cylindrical-coordinate representation of color #8FD381: hue angle of 109.76º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FD381 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 129 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.17 |
| HSL | 109.76º | 0.48% | 0.67% | - |
| HSV(B) | 109.76º | 0.39% | 0.83% | - |
| XYZ | 38.58 | 54.01 | 29.16 | - |
| YUV | 181.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 129 | 0.32 | 0 | 0.39 | 0.17 | 109.76 | 0.48 | 0.67 |
| Hex | 8F | D3 | 81 | 20 | 0 | 27 | 11 | 6E | 30 | 43 |
| Octal | 217 | 323 | 201 | 40 | 0 | 47 | 21 | 156 | 60 | 103 |
| Binary | 10001111 | 11010011 | 10000001 | 100000 | 0 | 100111 | 10001 | 1101110 | 110000 | 1000011 |
Color Harmonies of #8FD381
Complementary color
Monochromatic Colors of #8FD381
Black with #8FD381
Text Example
Text Example
White with #8FD381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD381; }
p { color: rgb(143,211,129); }
H1.HeaderClassName
{
color: #8FD381;
}
.AnyTagClassName
{
color: #8FD381;
}
</style>
background-color css
<style>
a { background-color: #8FD381; }
a { background-color: rgb(143,211,129); }
div.DivClassName
{
background-color: #8FD381;
}
.BgClassName
{
background-color: #8FD381;
}
</style>
border-color css
<style>
span { border-color: #8FD381; }
span { border-color: rgb(143,211,129); }
td.TdClassName
{
border-color: #8FD381;
}
.TagClassName
{
border-color: #8FD381;
}
</style>