Shades of Gossip #8FD682
Tints of Gossip #8FD682
RGB
CMYK
RGB Variations
Color information
#8FD682 (or 0x8FD682) is known color: Gossip. HEX triplet: 8F, D6 and 82. RGB value is (143,214,130). Sum of RGB (Red+Green+Blue) = 143+214+130=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD682 is #70297D. Grayscale: #B7B7B7. Windows color (decimal): -7350654 or 8574607. OLE color: 8574607.
HSL color Cylindrical-coordinate representation of color #8FD682: hue angle of 110.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FD682 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 130 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.16 |
| HSL | 110.71º | 0.51% | 0.67% | - |
| HSV(B) | 110.71º | 0.39% | 0.84% | - |
| XYZ | 39.4 | 55.54 | 29.76 | - |
| YUV | 183.2 | 97.98 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 130 | 0.33 | 0 | 0.39 | 0.16 | 110.71 | 0.51 | 0.67 |
| Hex | 8F | D6 | 82 | 21 | 0 | 27 | 10 | 6F | 33 | 43 |
| Octal | 217 | 326 | 202 | 41 | 0 | 47 | 20 | 157 | 63 | 103 |
| Binary | 10001111 | 11010110 | 10000010 | 100001 | 0 | 100111 | 10000 | 1101111 | 110011 | 1000011 |
Color Harmonies of #8FD682
Complementary color
Monochromatic Colors of #8FD682
Black with #8FD682
Text Example
Text Example
White with #8FD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD682; }
p { color: rgb(143,214,130); }
H1.HeaderClassName
{
color: #8FD682;
}
.AnyTagClassName
{
color: #8FD682;
}
</style>
background-color css
<style>
a { background-color: #8FD682; }
a { background-color: rgb(143,214,130); }
div.DivClassName
{
background-color: #8FD682;
}
.BgClassName
{
background-color: #8FD682;
}
</style>
border-color css
<style>
span { border-color: #8FD682; }
span { border-color: rgb(143,214,130); }
td.TdClassName
{
border-color: #8FD682;
}
.TagClassName
{
border-color: #8FD682;
}
</style>