Shades of Atlantis #8EE431
Tints of Atlantis #8EE431
RGB
CMYK
RGB Variations
Color information
#8EE431 (or 0x8EE431) is known color: Atlantis. HEX triplet: 8E, E4 and 31. RGB value is (142,228,49). Sum of RGB (Red+Green+Blue) = 142+228+49=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EE431 is #711BCE. Grayscale: #B6B6B6. Windows color (decimal): -7412687 or 3269774. OLE color: 3269774.
HSL color Cylindrical-coordinate representation of color #8EE431: hue angle of 88.83º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8EE431 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 49 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.11 |
| HSL | 88.83º | 0.77% | 0.54% | - |
| HSV(B) | 88.83º | 0.79% | 0.89% | - |
| XYZ | 39.45 | 61.46 | 12.69 | - |
| YUV | 181.88 | 53.01 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 49 | 0.38 | 0 | 0.79 | 0.11 | 88.83 | 0.77 | 0.54 |
| Hex | 8E | E4 | 31 | 26 | 0 | 4F | B | 59 | 4D | 36 |
| Octal | 216 | 344 | 61 | 46 | 0 | 117 | 13 | 131 | 115 | 66 |
| Binary | 10001110 | 11100100 | 110001 | 100110 | 0 | 1001111 | 1011 | 1011001 | 1001101 | 110110 |
Color Harmonies of #8EE431
Complementary color
Monochromatic Colors of #8EE431
Black with #8EE431
Text Example
Text Example
White with #8EE431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE431; }
p { color: rgb(142,228,49); }
H1.HeaderClassName
{
color: #8EE431;
}
.AnyTagClassName
{
color: #8EE431;
}
</style>
background-color css
<style>
a { background-color: #8EE431; }
a { background-color: rgb(142,228,49); }
div.DivClassName
{
background-color: #8EE431;
}
.BgClassName
{
background-color: #8EE431;
}
</style>
border-color css
<style>
span { border-color: #8EE431; }
span { border-color: rgb(142,228,49); }
td.TdClassName
{
border-color: #8EE431;
}
.TagClassName
{
border-color: #8EE431;
}
</style>