Shades of Gossip #8DD26F
Tints of Gossip #8DD26F
RGB
CMYK
RGB Variations
Color information
#8DD26F (or 0x8DD26F) is known color: Gossip. HEX triplet: 8D, D2 and 6F. RGB value is (141,210,111). Sum of RGB (Red+Green+Blue) = 141+210+111=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD26F is #722D90. Grayscale: #B2B2B2. Windows color (decimal): -7482769 or 7328397. OLE color: 7328397.
HSL color Cylindrical-coordinate representation of color #8DD26F: hue angle of 101.82º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DD26F is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 111 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.18 |
| HSL | 101.82º | 0.52% | 0.63% | - |
| HSV(B) | 101.82º | 0.47% | 0.82% | - |
| XYZ | 36.9 | 52.9 | 23.31 | - |
| YUV | 178.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 111 | 0.33 | 0 | 0.47 | 0.18 | 101.82 | 0.52 | 0.63 |
| Hex | 8D | D2 | 6F | 21 | 0 | 2F | 12 | 66 | 34 | 3F |
| Octal | 215 | 322 | 157 | 41 | 0 | 57 | 22 | 146 | 64 | 77 |
| Binary | 10001101 | 11010010 | 1101111 | 100001 | 0 | 101111 | 10010 | 1100110 | 110100 | 111111 |
Color Harmonies of #8DD26F
Complementary color
Monochromatic Colors of #8DD26F
Black with #8DD26F
Text Example
Text Example
White with #8DD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD26F; }
p { color: rgb(141,210,111); }
H1.HeaderClassName
{
color: #8DD26F;
}
.AnyTagClassName
{
color: #8DD26F;
}
</style>
background-color css
<style>
a { background-color: #8DD26F; }
a { background-color: rgb(141,210,111); }
div.DivClassName
{
background-color: #8DD26F;
}
.BgClassName
{
background-color: #8DD26F;
}
</style>
border-color css
<style>
span { border-color: #8DD26F; }
span { border-color: rgb(141,210,111); }
td.TdClassName
{
border-color: #8DD26F;
}
.TagClassName
{
border-color: #8DD26F;
}
</style>