Shades of Gossip #8CDA6F
Tints of Gossip #8CDA6F
RGB
CMYK
RGB Variations
Color information
#8CDA6F (or 0x8CDA6F) is known color: Gossip. HEX triplet: 8C, DA and 6F. RGB value is (140,218,111). Sum of RGB (Red+Green+Blue) = 140+218+111=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA6F is #732590. Grayscale: #B6B6B6. Windows color (decimal): -7546257 or 7330444. OLE color: 7330444.
HSL color Cylindrical-coordinate representation of color #8CDA6F: hue angle of 103.74º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CDA6F is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 111 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.15 |
| HSL | 103.74º | 0.59% | 0.65% | - |
| HSV(B) | 103.74º | 0.49% | 0.85% | - |
| XYZ | 38.76 | 56.87 | 23.97 | - |
| YUV | 182.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 111 | 0.36 | 0 | 0.49 | 0.15 | 103.74 | 0.59 | 0.65 |
| Hex | 8C | DA | 6F | 24 | 0 | 31 | F | 68 | 3B | 41 |
| Octal | 214 | 332 | 157 | 44 | 0 | 61 | 17 | 150 | 73 | 101 |
| Binary | 10001100 | 11011010 | 1101111 | 100100 | 0 | 110001 | 1111 | 1101000 | 111011 | 1000001 |
Color Harmonies of #8CDA6F
Complementary color
Monochromatic Colors of #8CDA6F
Black with #8CDA6F
Text Example
Text Example
White with #8CDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA6F; }
p { color: rgb(140,218,111); }
H1.HeaderClassName
{
color: #8CDA6F;
}
.AnyTagClassName
{
color: #8CDA6F;
}
</style>
background-color css
<style>
a { background-color: #8CDA6F; }
a { background-color: rgb(140,218,111); }
div.DivClassName
{
background-color: #8CDA6F;
}
.BgClassName
{
background-color: #8CDA6F;
}
</style>
border-color css
<style>
span { border-color: #8CDA6F; }
span { border-color: rgb(140,218,111); }
td.TdClassName
{
border-color: #8CDA6F;
}
.TagClassName
{
border-color: #8CDA6F;
}
</style>