Shades of Gossip #8FE06C
Tints of Gossip #8FE06C
RGB
CMYK
RGB Variations
Color information
#8FE06C (or 0x8FE06C) is known color: Gossip. HEX triplet: 8F, E0 and 6C. RGB value is (143,224,108). Sum of RGB (Red+Green+Blue) = 143+224+108=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE06C is #701F93. Grayscale: #BABABA. Windows color (decimal): -7348116 or 7135375. OLE color: 7135375.
HSL color Cylindrical-coordinate representation of color #8FE06C: hue angle of 101.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FE06C is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 108 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.12 |
| HSL | 101.9º | 0.65% | 0.65% | - |
| HSV(B) | 101.9º | 0.52% | 0.88% | - |
| XYZ | 40.69 | 60.23 | 23.67 | - |
| YUV | 186.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 108 | 0.36 | 0 | 0.52 | 0.12 | 101.9 | 0.65 | 0.65 |
| Hex | 8F | E0 | 6C | 24 | 0 | 34 | C | 66 | 41 | 41 |
| Octal | 217 | 340 | 154 | 44 | 0 | 64 | 14 | 146 | 101 | 101 |
| Binary | 10001111 | 11100000 | 1101100 | 100100 | 0 | 110100 | 1100 | 1100110 | 1000001 | 1000001 |
Color Harmonies of #8FE06C
Complementary color
Monochromatic Colors of #8FE06C
Black with #8FE06C
Text Example
Text Example
White with #8FE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE06C; }
p { color: rgb(143,224,108); }
H1.HeaderClassName
{
color: #8FE06C;
}
.AnyTagClassName
{
color: #8FE06C;
}
</style>
background-color css
<style>
a { background-color: #8FE06C; }
a { background-color: rgb(143,224,108); }
div.DivClassName
{
background-color: #8FE06C;
}
.BgClassName
{
background-color: #8FE06C;
}
</style>
border-color css
<style>
span { border-color: #8FE06C; }
span { border-color: rgb(143,224,108); }
td.TdClassName
{
border-color: #8FE06C;
}
.TagClassName
{
border-color: #8FE06C;
}
</style>