Shades of Gossip #8EE27B
Tints of Gossip #8EE27B
RGB
CMYK
RGB Variations
Color information
#8EE27B (or 0x8EE27B) is known color: Gossip. HEX triplet: 8E, E2 and 7B. RGB value is (142,226,123). Sum of RGB (Red+Green+Blue) = 142+226+123=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE27B is #711D84. Grayscale: #BDBDBD. Windows color (decimal): -7413125 or 8118926. OLE color: 8118926.
HSL color Cylindrical-coordinate representation of color #8EE27B: hue angle of 108.93º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8EE27B is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 123 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.11 |
| HSL | 108.93º | 0.64% | 0.68% | - |
| HSV(B) | 108.93º | 0.46% | 0.89% | - |
| XYZ | 41.93 | 61.57 | 28.41 | - |
| YUV | 189.14 | 90.67 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 123 | 0.37 | 0 | 0.46 | 0.11 | 108.93 | 0.64 | 0.68 |
| Hex | 8E | E2 | 7B | 25 | 0 | 2E | B | 6D | 40 | 44 |
| Octal | 216 | 342 | 173 | 45 | 0 | 56 | 13 | 155 | 100 | 104 |
| Binary | 10001110 | 11100010 | 1111011 | 100101 | 0 | 101110 | 1011 | 1101101 | 1000000 | 1000100 |
Color Harmonies of #8EE27B
Complementary color
Monochromatic Colors of #8EE27B
Black with #8EE27B
Text Example
Text Example
White with #8EE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE27B; }
p { color: rgb(142,226,123); }
H1.HeaderClassName
{
color: #8EE27B;
}
.AnyTagClassName
{
color: #8EE27B;
}
</style>
background-color css
<style>
a { background-color: #8EE27B; }
a { background-color: rgb(142,226,123); }
div.DivClassName
{
background-color: #8EE27B;
}
.BgClassName
{
background-color: #8EE27B;
}
</style>
border-color css
<style>
span { border-color: #8EE27B; }
span { border-color: rgb(142,226,123); }
td.TdClassName
{
border-color: #8EE27B;
}
.TagClassName
{
border-color: #8EE27B;
}
</style>