Shades of Gossip #8CDA78
Tints of Gossip #8CDA78
RGB
CMYK
RGB Variations
Color information
#8CDA78 (or 0x8CDA78) is known color: Gossip. HEX triplet: 8C, DA and 78. RGB value is (140,218,120). Sum of RGB (Red+Green+Blue) = 140+218+120=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA78 is #732587. Grayscale: #B7B7B7. Windows color (decimal): -7546248 or 7920268. OLE color: 7920268.
HSL color Cylindrical-coordinate representation of color #8CDA78: hue angle of 107.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDA78 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 120 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.15 |
| HSL | 107.76º | 0.57% | 0.66% | - |
| HSV(B) | 107.76º | 0.45% | 0.85% | - |
| XYZ | 39.28 | 57.07 | 26.72 | - |
| YUV | 183.51 | 92.16 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 120 | 0.36 | 0 | 0.45 | 0.15 | 107.76 | 0.57 | 0.66 |
| Hex | 8C | DA | 78 | 24 | 0 | 2D | F | 6C | 39 | 42 |
| Octal | 214 | 332 | 170 | 44 | 0 | 55 | 17 | 154 | 71 | 102 |
| Binary | 10001100 | 11011010 | 1111000 | 100100 | 0 | 101101 | 1111 | 1101100 | 111001 | 1000010 |
Color Harmonies of #8CDA78
Complementary color
Monochromatic Colors of #8CDA78
Black with #8CDA78
Text Example
Text Example
White with #8CDA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA78; }
p { color: rgb(140,218,120); }
H1.HeaderClassName
{
color: #8CDA78;
}
.AnyTagClassName
{
color: #8CDA78;
}
</style>
background-color css
<style>
a { background-color: #8CDA78; }
a { background-color: rgb(140,218,120); }
div.DivClassName
{
background-color: #8CDA78;
}
.BgClassName
{
background-color: #8CDA78;
}
</style>
border-color css
<style>
span { border-color: #8CDA78; }
span { border-color: rgb(140,218,120); }
td.TdClassName
{
border-color: #8CDA78;
}
.TagClassName
{
border-color: #8CDA78;
}
</style>