Shades of Gossip #8FD37C
Tints of Gossip #8FD37C
RGB
CMYK
RGB Variations
Color information
#8FD37C (or 0x8FD37C) is known color: Gossip. HEX triplet: 8F, D3 and 7C. RGB value is (143,211,124). Sum of RGB (Red+Green+Blue) = 143+211+124=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD37C is #702C83. Grayscale: #B5B5B5. Windows color (decimal): -7351428 or 8180623. OLE color: 8180623.
HSL color Cylindrical-coordinate representation of color #8FD37C: hue angle of 106.9º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FD37C is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 124 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.17 |
| HSL | 106.9º | 0.5% | 0.66% | - |
| HSV(B) | 106.9º | 0.41% | 0.83% | - |
| XYZ | 38.26 | 53.88 | 27.45 | - |
| YUV | 180.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 124 | 0.32 | 0 | 0.41 | 0.17 | 106.9 | 0.5 | 0.66 |
| Hex | 8F | D3 | 7C | 20 | 0 | 29 | 11 | 6B | 32 | 42 |
| Octal | 217 | 323 | 174 | 40 | 0 | 51 | 21 | 153 | 62 | 102 |
| Binary | 10001111 | 11010011 | 1111100 | 100000 | 0 | 101001 | 10001 | 1101011 | 110010 | 1000010 |
Color Harmonies of #8FD37C
Complementary color
Monochromatic Colors of #8FD37C
Black with #8FD37C
Text Example
Text Example
White with #8FD37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD37C; }
p { color: rgb(143,211,124); }
H1.HeaderClassName
{
color: #8FD37C;
}
.AnyTagClassName
{
color: #8FD37C;
}
</style>
background-color css
<style>
a { background-color: #8FD37C; }
a { background-color: rgb(143,211,124); }
div.DivClassName
{
background-color: #8FD37C;
}
.BgClassName
{
background-color: #8FD37C;
}
</style>
border-color css
<style>
span { border-color: #8FD37C; }
span { border-color: rgb(143,211,124); }
td.TdClassName
{
border-color: #8FD37C;
}
.TagClassName
{
border-color: #8FD37C;
}
</style>