Shades of Gossip #8CDB6E
Tints of Gossip #8CDB6E
RGB
CMYK
RGB Variations
Color information
#8CDB6E (or 0x8CDB6E) is known color: Gossip. HEX triplet: 8C, DB and 6E. RGB value is (140,219,110). Sum of RGB (Red+Green+Blue) = 140+219+110=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB6E is #732491. Grayscale: #B7B7B7. Windows color (decimal): -7546002 or 7265164. OLE color: 7265164.
HSL color Cylindrical-coordinate representation of color #8CDB6E: hue angle of 103.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CDB6E is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 110 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.14 |
| HSL | 103.49º | 0.6% | 0.65% | - |
| HSV(B) | 103.49º | 0.5% | 0.86% | - |
| XYZ | 38.96 | 57.36 | 23.77 | - |
| YUV | 182.95 | 86.83 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 110 | 0.36 | 0 | 0.50 | 0.14 | 103.49 | 0.6 | 0.65 |
| Hex | 8C | DB | 6E | 24 | 0 | 32 | E | 67 | 3C | 41 |
| Octal | 214 | 333 | 156 | 44 | 0 | 62 | 16 | 147 | 74 | 101 |
| Binary | 10001100 | 11011011 | 1101110 | 100100 | 0 | 110010 | 1110 | 1100111 | 111100 | 1000001 |
Color Harmonies of #8CDB6E
Complementary color
Monochromatic Colors of #8CDB6E
Black with #8CDB6E
Text Example
Text Example
White with #8CDB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB6E; }
p { color: rgb(140,219,110); }
H1.HeaderClassName
{
color: #8CDB6E;
}
.AnyTagClassName
{
color: #8CDB6E;
}
</style>
background-color css
<style>
a { background-color: #8CDB6E; }
a { background-color: rgb(140,219,110); }
div.DivClassName
{
background-color: #8CDB6E;
}
.BgClassName
{
background-color: #8CDB6E;
}
</style>
border-color css
<style>
span { border-color: #8CDB6E; }
span { border-color: rgb(140,219,110); }
td.TdClassName
{
border-color: #8CDB6E;
}
.TagClassName
{
border-color: #8CDB6E;
}
</style>