Shades of Gossip #8DDB74
Tints of Gossip #8DDB74
RGB
CMYK
RGB Variations
Color information
#8DDB74 (or 0x8DDB74) is known color: Gossip. HEX triplet: 8D, DB and 74. RGB value is (141,219,116). Sum of RGB (Red+Green+Blue) = 141+219+116=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB74 is #72248B. Grayscale: #B8B8B8. Windows color (decimal): -7480460 or 7658381. OLE color: 7658381.
HSL color Cylindrical-coordinate representation of color #8DDB74: hue angle of 105.44º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DDB74 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 116 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.14 |
| HSL | 105.44º | 0.59% | 0.66% | - |
| HSV(B) | 105.44º | 0.47% | 0.86% | - |
| XYZ | 39.47 | 57.59 | 25.56 | - |
| YUV | 183.94 | 89.66 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 116 | 0.36 | 0 | 0.47 | 0.14 | 105.44 | 0.59 | 0.66 |
| Hex | 8D | DB | 74 | 24 | 0 | 2F | E | 69 | 3B | 42 |
| Octal | 215 | 333 | 164 | 44 | 0 | 57 | 16 | 151 | 73 | 102 |
| Binary | 10001101 | 11011011 | 1110100 | 100100 | 0 | 101111 | 1110 | 1101001 | 111011 | 1000010 |
Color Harmonies of #8DDB74
Complementary color
Monochromatic Colors of #8DDB74
Black with #8DDB74
Text Example
Text Example
White with #8DDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB74; }
p { color: rgb(141,219,116); }
H1.HeaderClassName
{
color: #8DDB74;
}
.AnyTagClassName
{
color: #8DDB74;
}
</style>
background-color css
<style>
a { background-color: #8DDB74; }
a { background-color: rgb(141,219,116); }
div.DivClassName
{
background-color: #8DDB74;
}
.BgClassName
{
background-color: #8DDB74;
}
</style>
border-color css
<style>
span { border-color: #8DDB74; }
span { border-color: rgb(141,219,116); }
td.TdClassName
{
border-color: #8DDB74;
}
.TagClassName
{
border-color: #8DDB74;
}
</style>