Shades of Gossip #8CDA77
Tints of Gossip #8CDA77
RGB
CMYK
RGB Variations
Color information
#8CDA77 (or 0x8CDA77) is known color: Gossip. HEX triplet: 8C, DA and 77. RGB value is (140,218,119). Sum of RGB (Red+Green+Blue) = 140+218+119=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA77 is #732588. Grayscale: #B7B7B7. Windows color (decimal): -7546249 or 7854732. OLE color: 7854732.
HSL color Cylindrical-coordinate representation of color #8CDA77: hue angle of 107.27º 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 #8CDA77 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 119 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.15 |
| HSL | 107.27º | 0.57% | 0.66% | - |
| HSV(B) | 107.27º | 0.45% | 0.85% | - |
| XYZ | 39.22 | 57.05 | 26.4 | - |
| YUV | 183.39 | 91.66 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 119 | 0.36 | 0 | 0.45 | 0.15 | 107.27 | 0.57 | 0.66 |
| Hex | 8C | DA | 77 | 24 | 0 | 2D | F | 6B | 39 | 42 |
| Octal | 214 | 332 | 167 | 44 | 0 | 55 | 17 | 153 | 71 | 102 |
| Binary | 10001100 | 11011010 | 1110111 | 100100 | 0 | 101101 | 1111 | 1101011 | 111001 | 1000010 |
Color Harmonies of #8CDA77
Complementary color
Monochromatic Colors of #8CDA77
Black with #8CDA77
Text Example
Text Example
White with #8CDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA77; }
p { color: rgb(140,218,119); }
H1.HeaderClassName
{
color: #8CDA77;
}
.AnyTagClassName
{
color: #8CDA77;
}
</style>
background-color css
<style>
a { background-color: #8CDA77; }
a { background-color: rgb(140,218,119); }
div.DivClassName
{
background-color: #8CDA77;
}
.BgClassName
{
background-color: #8CDA77;
}
</style>
border-color css
<style>
span { border-color: #8CDA77; }
span { border-color: rgb(140,218,119); }
td.TdClassName
{
border-color: #8CDA77;
}
.TagClassName
{
border-color: #8CDA77;
}
</style>