Shades of Gossip #8FD074
Tints of Gossip #8FD074
RGB
CMYK
RGB Variations
Color information
#8FD074 (or 0x8FD074) is known color: Gossip. HEX triplet: 8F, D0 and 74. RGB value is (143,208,116). Sum of RGB (Red+Green+Blue) = 143+208+116=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD074 is #702F8B. Grayscale: #B2B2B2. Windows color (decimal): -7352204 or 7655567. OLE color: 7655567.
HSL color Cylindrical-coordinate representation of color #8FD074: hue angle of 102.39º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FD074 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 116 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.18 |
| HSL | 102.39º | 0.49% | 0.64% | - |
| HSV(B) | 102.39º | 0.44% | 0.82% | - |
| XYZ | 37.04 | 52.21 | 24.65 | - |
| YUV | 178.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 116 | 0.31 | 0 | 0.44 | 0.18 | 102.39 | 0.49 | 0.64 |
| Hex | 8F | D0 | 74 | 1F | 0 | 2C | 12 | 66 | 31 | 40 |
| Octal | 217 | 320 | 164 | 37 | 0 | 54 | 22 | 146 | 61 | 100 |
| Binary | 10001111 | 11010000 | 1110100 | 11111 | 0 | 101100 | 10010 | 1100110 | 110001 | 1000000 |
Color Harmonies of #8FD074
Complementary color
Monochromatic Colors of #8FD074
Black with #8FD074
Text Example
Text Example
White with #8FD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD074; }
p { color: rgb(143,208,116); }
H1.HeaderClassName
{
color: #8FD074;
}
.AnyTagClassName
{
color: #8FD074;
}
</style>
background-color css
<style>
a { background-color: #8FD074; }
a { background-color: rgb(143,208,116); }
div.DivClassName
{
background-color: #8FD074;
}
.BgClassName
{
background-color: #8FD074;
}
</style>
border-color css
<style>
span { border-color: #8FD074; }
span { border-color: rgb(143,208,116); }
td.TdClassName
{
border-color: #8FD074;
}
.TagClassName
{
border-color: #8FD074;
}
</style>