Shades of Gossip #8CDD6E
Tints of Gossip #8CDD6E
RGB
CMYK
RGB Variations
Color information
#8CDD6E (or 0x8CDD6E) is known color: Gossip. HEX triplet: 8C, DD and 6E. RGB value is (140,221,110). Sum of RGB (Red+Green+Blue) = 140+221+110=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD6E is #732291. Grayscale: #B8B8B8. Windows color (decimal): -7545490 or 7265676. OLE color: 7265676.
HSL color Cylindrical-coordinate representation of color #8CDD6E: hue angle of 103.78º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CDD6E is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 110 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.13 |
| HSL | 103.78º | 0.62% | 0.65% | - |
| HSV(B) | 103.78º | 0.5% | 0.87% | - |
| XYZ | 39.49 | 58.41 | 23.95 | - |
| YUV | 184.13 | 86.16 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 110 | 0.37 | 0 | 0.50 | 0.13 | 103.78 | 0.62 | 0.65 |
| Hex | 8C | DD | 6E | 25 | 0 | 32 | D | 68 | 3E | 41 |
| Octal | 214 | 335 | 156 | 45 | 0 | 62 | 15 | 150 | 76 | 101 |
| Binary | 10001100 | 11011101 | 1101110 | 100101 | 0 | 110010 | 1101 | 1101000 | 111110 | 1000001 |
Color Harmonies of #8CDD6E
Complementary color
Monochromatic Colors of #8CDD6E
Black with #8CDD6E
Text Example
Text Example
White with #8CDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD6E; }
p { color: rgb(140,221,110); }
H1.HeaderClassName
{
color: #8CDD6E;
}
.AnyTagClassName
{
color: #8CDD6E;
}
</style>
background-color css
<style>
a { background-color: #8CDD6E; }
a { background-color: rgb(140,221,110); }
div.DivClassName
{
background-color: #8CDD6E;
}
.BgClassName
{
background-color: #8CDD6E;
}
</style>
border-color css
<style>
span { border-color: #8CDD6E; }
span { border-color: rgb(140,221,110); }
td.TdClassName
{
border-color: #8CDD6E;
}
.TagClassName
{
border-color: #8CDD6E;
}
</style>