Shades of Gossip #8CDB6C
Tints of Gossip #8CDB6C
RGB
CMYK
RGB Variations
Color information
#8CDB6C (or 0x8CDB6C) is known color: Gossip. HEX triplet: 8C, DB and 6C. RGB value is (140,219,108). Sum of RGB (Red+Green+Blue) = 140+219+108=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB6C is #732493. Grayscale: #B7B7B7. Windows color (decimal): -7546004 or 7134092. OLE color: 7134092.
HSL color Cylindrical-coordinate representation of color #8CDB6C: hue angle of 102.7º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CDB6C is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 108 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.14 |
| HSL | 102.7º | 0.61% | 0.64% | - |
| HSV(B) | 102.7º | 0.51% | 0.86% | - |
| XYZ | 38.85 | 57.32 | 23.2 | - |
| YUV | 182.73 | 85.83 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 108 | 0.36 | 0 | 0.51 | 0.14 | 102.7 | 0.61 | 0.64 |
| Hex | 8C | DB | 6C | 24 | 0 | 33 | E | 67 | 3D | 40 |
| Octal | 214 | 333 | 154 | 44 | 0 | 63 | 16 | 147 | 75 | 100 |
| Binary | 10001100 | 11011011 | 1101100 | 100100 | 0 | 110011 | 1110 | 1100111 | 111101 | 1000000 |
Color Harmonies of #8CDB6C
Complementary color
Monochromatic Colors of #8CDB6C
Black with #8CDB6C
Text Example
Text Example
White with #8CDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB6C; }
p { color: rgb(140,219,108); }
H1.HeaderClassName
{
color: #8CDB6C;
}
.AnyTagClassName
{
color: #8CDB6C;
}
</style>
background-color css
<style>
a { background-color: #8CDB6C; }
a { background-color: rgb(140,219,108); }
div.DivClassName
{
background-color: #8CDB6C;
}
.BgClassName
{
background-color: #8CDB6C;
}
</style>
border-color css
<style>
span { border-color: #8CDB6C; }
span { border-color: rgb(140,219,108); }
td.TdClassName
{
border-color: #8CDB6C;
}
.TagClassName
{
border-color: #8CDB6C;
}
</style>