Shades of Gossip #8EE069
Tints of Gossip #8EE069
RGB
CMYK
RGB Variations
Color information
#8EE069 (or 0x8EE069) is known color: Gossip. HEX triplet: 8E, E0 and 69. RGB value is (142,224,105). Sum of RGB (Red+Green+Blue) = 142+224+105=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE069 is #711F96. Grayscale: #BABABA. Windows color (decimal): -7413655 or 6938766. OLE color: 6938766.
HSL color Cylindrical-coordinate representation of color #8EE069: hue angle of 101.34º 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 #8EE069 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 105 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.12 |
| HSL | 101.34º | 0.66% | 0.65% | - |
| HSV(B) | 101.34º | 0.53% | 0.88% | - |
| XYZ | 40.36 | 60.08 | 22.83 | - |
| YUV | 185.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 105 | 0.37 | 0 | 0.53 | 0.12 | 101.34 | 0.66 | 0.65 |
| Hex | 8E | E0 | 69 | 25 | 0 | 35 | C | 65 | 42 | 41 |
| Octal | 216 | 340 | 151 | 45 | 0 | 65 | 14 | 145 | 102 | 101 |
| Binary | 10001110 | 11100000 | 1101001 | 100101 | 0 | 110101 | 1100 | 1100101 | 1000010 | 1000001 |
Color Harmonies of #8EE069
Complementary color
Monochromatic Colors of #8EE069
Black with #8EE069
Text Example
Text Example
White with #8EE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE069; }
p { color: rgb(142,224,105); }
H1.HeaderClassName
{
color: #8EE069;
}
.AnyTagClassName
{
color: #8EE069;
}
</style>
background-color css
<style>
a { background-color: #8EE069; }
a { background-color: rgb(142,224,105); }
div.DivClassName
{
background-color: #8EE069;
}
.BgClassName
{
background-color: #8EE069;
}
</style>
border-color css
<style>
span { border-color: #8EE069; }
span { border-color: rgb(142,224,105); }
td.TdClassName
{
border-color: #8EE069;
}
.TagClassName
{
border-color: #8EE069;
}
</style>