Shades of Gossip #8BD471
Tints of Gossip #8BD471
RGB
CMYK
RGB Variations
Color information
#8BD471 (or 0x8BD471) is known color: Gossip. HEX triplet: 8B, D4 and 71. RGB value is (139,212,113). Sum of RGB (Red+Green+Blue) = 139+212+113=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD471 is #742B8E. Grayscale: #B3B3B3. Windows color (decimal): -7613327 or 7459979. OLE color: 7459979.
HSL color Cylindrical-coordinate representation of color #8BD471: hue angle of 104.24º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BD471 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 212 | 113 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.17 |
| HSL | 104.24º | 0.54% | 0.64% | - |
| HSV(B) | 104.24º | 0.47% | 0.83% | - |
| XYZ | 37.17 | 53.77 | 24.04 | - |
| YUV | 178.89 | 90.82 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 113 | 0.34 | 0 | 0.47 | 0.17 | 104.24 | 0.54 | 0.64 |
| Hex | 8B | D4 | 71 | 22 | 0 | 2F | 11 | 68 | 36 | 40 |
| Octal | 213 | 324 | 161 | 42 | 0 | 57 | 21 | 150 | 66 | 100 |
| Binary | 10001011 | 11010100 | 1110001 | 100010 | 0 | 101111 | 10001 | 1101000 | 110110 | 1000000 |
Color Harmonies of #8BD471
Complementary color
Monochromatic Colors of #8BD471
Black with #8BD471
Text Example
Text Example
White with #8BD471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD471; }
p { color: rgb(139,212,113); }
H1.HeaderClassName
{
color: #8BD471;
}
.AnyTagClassName
{
color: #8BD471;
}
</style>
background-color css
<style>
a { background-color: #8BD471; }
a { background-color: rgb(139,212,113); }
div.DivClassName
{
background-color: #8BD471;
}
.BgClassName
{
background-color: #8BD471;
}
</style>
border-color css
<style>
span { border-color: #8BD471; }
span { border-color: rgb(139,212,113); }
td.TdClassName
{
border-color: #8BD471;
}
.TagClassName
{
border-color: #8BD471;
}
</style>