Shades of Gossip #8FE072
Tints of Gossip #8FE072
RGB
CMYK
RGB Variations
Color information
#8FE072 (or 0x8FE072) is known color: Gossip. HEX triplet: 8F, E0 and 72. RGB value is (143,224,114). Sum of RGB (Red+Green+Blue) = 143+224+114=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE072 is #701F8D. Grayscale: #BBBBBB. Windows color (decimal): -7348110 or 7528591. OLE color: 7528591.
HSL color Cylindrical-coordinate representation of color #8FE072: hue angle of 104.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FE072 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 114 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.12 |
| HSL | 104.18º | 0.64% | 0.66% | - |
| HSV(B) | 104.18º | 0.49% | 0.88% | - |
| XYZ | 41.02 | 60.37 | 25.41 | - |
| YUV | 187.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 114 | 0.36 | 0 | 0.49 | 0.12 | 104.18 | 0.64 | 0.66 |
| Hex | 8F | E0 | 72 | 24 | 0 | 31 | C | 68 | 40 | 42 |
| Octal | 217 | 340 | 162 | 44 | 0 | 61 | 14 | 150 | 100 | 102 |
| Binary | 10001111 | 11100000 | 1110010 | 100100 | 0 | 110001 | 1100 | 1101000 | 1000000 | 1000010 |
Color Harmonies of #8FE072
Complementary color
Monochromatic Colors of #8FE072
Black with #8FE072
Text Example
Text Example
White with #8FE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE072; }
p { color: rgb(143,224,114); }
H1.HeaderClassName
{
color: #8FE072;
}
.AnyTagClassName
{
color: #8FE072;
}
</style>
background-color css
<style>
a { background-color: #8FE072; }
a { background-color: rgb(143,224,114); }
div.DivClassName
{
background-color: #8FE072;
}
.BgClassName
{
background-color: #8FE072;
}
</style>
border-color css
<style>
span { border-color: #8FE072; }
span { border-color: rgb(143,224,114); }
td.TdClassName
{
border-color: #8FE072;
}
.TagClassName
{
border-color: #8FE072;
}
</style>