Shades of Gossip #8BD478
Tints of Gossip #8BD478
RGB
CMYK
RGB Variations
Color information
#8BD478 (or 0x8BD478) is known color: Gossip. HEX triplet: 8B, D4 and 78. RGB value is (139,212,120). Sum of RGB (Red+Green+Blue) = 139+212+120=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD478 is #742B87. Grayscale: #B3B3B3. Windows color (decimal): -7613320 or 7918731. OLE color: 7918731.
HSL color Cylindrical-coordinate representation of color #8BD478: hue angle of 107.61º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BD478 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 212 | 120 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.17 |
| HSL | 107.61º | 0.52% | 0.65% | - |
| HSV(B) | 107.61º | 0.43% | 0.83% | - |
| XYZ | 37.58 | 53.93 | 26.2 | - |
| YUV | 179.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 212 | 120 | 0.34 | 0 | 0.43 | 0.17 | 107.61 | 0.52 | 0.65 |
| Hex | 8B | D4 | 78 | 22 | 0 | 2B | 11 | 6C | 34 | 41 |
| Octal | 213 | 324 | 170 | 42 | 0 | 53 | 21 | 154 | 64 | 101 |
| Binary | 10001011 | 11010100 | 1111000 | 100010 | 0 | 101011 | 10001 | 1101100 | 110100 | 1000001 |
Color Harmonies of #8BD478
Complementary color
Monochromatic Colors of #8BD478
Black with #8BD478
Text Example
Text Example
White with #8BD478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD478; }
p { color: rgb(139,212,120); }
H1.HeaderClassName
{
color: #8BD478;
}
.AnyTagClassName
{
color: #8BD478;
}
</style>
background-color css
<style>
a { background-color: #8BD478; }
a { background-color: rgb(139,212,120); }
div.DivClassName
{
background-color: #8BD478;
}
.BgClassName
{
background-color: #8BD478;
}
</style>
border-color css
<style>
span { border-color: #8BD478; }
span { border-color: rgb(139,212,120); }
td.TdClassName
{
border-color: #8BD478;
}
.TagClassName
{
border-color: #8BD478;
}
</style>