Shades of Gossip #8FE069
Tints of Gossip #8FE069
RGB
CMYK
RGB Variations
Color information
#8FE069 (or 0x8FE069) is known color: Gossip. HEX triplet: 8F, E0 and 69. RGB value is (143,224,105). Sum of RGB (Red+Green+Blue) = 143+224+105=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE069 is #701F96. Grayscale: #BABABA. Windows color (decimal): -7348119 or 6938767. OLE color: 6938767.
HSL color Cylindrical-coordinate representation of color #8FE069: hue angle of 100.84º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FE069 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 105 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.12 |
| HSL | 100.84º | 0.66% | 0.65% | - |
| HSV(B) | 100.84º | 0.53% | 0.88% | - |
| XYZ | 40.53 | 60.17 | 22.84 | - |
| YUV | 186.22 | 82.16 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 105 | 0.36 | 0 | 0.53 | 0.12 | 100.84 | 0.66 | 0.65 |
| Hex | 8F | E0 | 69 | 24 | 0 | 35 | C | 65 | 42 | 41 |
| Octal | 217 | 340 | 151 | 44 | 0 | 65 | 14 | 145 | 102 | 101 |
| Binary | 10001111 | 11100000 | 1101001 | 100100 | 0 | 110101 | 1100 | 1100101 | 1000010 | 1000001 |
Color Harmonies of #8FE069
Complementary color
Monochromatic Colors of #8FE069
Black with #8FE069
Text Example
Text Example
White with #8FE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE069; }
p { color: rgb(143,224,105); }
H1.HeaderClassName
{
color: #8FE069;
}
.AnyTagClassName
{
color: #8FE069;
}
</style>
background-color css
<style>
a { background-color: #8FE069; }
a { background-color: rgb(143,224,105); }
div.DivClassName
{
background-color: #8FE069;
}
.BgClassName
{
background-color: #8FE069;
}
</style>
border-color css
<style>
span { border-color: #8FE069; }
span { border-color: rgb(143,224,105); }
td.TdClassName
{
border-color: #8FE069;
}
.TagClassName
{
border-color: #8FE069;
}
</style>