Shades of Gossip #8CDA76
Tints of Gossip #8CDA76
RGB
CMYK
RGB Variations
Color information
#8CDA76 (or 0x8CDA76) is known color: Gossip. HEX triplet: 8C, DA and 76. RGB value is (140,218,118). Sum of RGB (Red+Green+Blue) = 140+218+118=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA76 is #732589. Grayscale: #B7B7B7. Windows color (decimal): -7546250 or 7789196. OLE color: 7789196.
HSL color Cylindrical-coordinate representation of color #8CDA76: hue angle of 106.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CDA76 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 118 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.15 |
| HSL | 106.8º | 0.57% | 0.66% | - |
| HSV(B) | 106.8º | 0.46% | 0.85% | - |
| XYZ | 39.16 | 57.03 | 26.08 | - |
| YUV | 183.28 | 91.16 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 118 | 0.36 | 0 | 0.46 | 0.15 | 106.8 | 0.57 | 0.66 |
| Hex | 8C | DA | 76 | 24 | 0 | 2E | F | 6B | 39 | 42 |
| Octal | 214 | 332 | 166 | 44 | 0 | 56 | 17 | 153 | 71 | 102 |
| Binary | 10001100 | 11011010 | 1110110 | 100100 | 0 | 101110 | 1111 | 1101011 | 111001 | 1000010 |
Color Harmonies of #8CDA76
Complementary color
Monochromatic Colors of #8CDA76
Black with #8CDA76
Text Example
Text Example
White with #8CDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA76; }
p { color: rgb(140,218,118); }
H1.HeaderClassName
{
color: #8CDA76;
}
.AnyTagClassName
{
color: #8CDA76;
}
</style>
background-color css
<style>
a { background-color: #8CDA76; }
a { background-color: rgb(140,218,118); }
div.DivClassName
{
background-color: #8CDA76;
}
.BgClassName
{
background-color: #8CDA76;
}
</style>
border-color css
<style>
span { border-color: #8CDA76; }
span { border-color: rgb(140,218,118); }
td.TdClassName
{
border-color: #8CDA76;
}
.TagClassName
{
border-color: #8CDA76;
}
</style>