Shades of Atlantis #8EE837
Tints of Atlantis #8EE837
RGB
CMYK
RGB Variations
Color information
#8EE837 (or 0x8EE837) is known color: Atlantis. HEX triplet: 8E, E8 and 37. RGB value is (142,232,55). Sum of RGB (Red+Green+Blue) = 142+232+55=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 232 (91.02% from 255 or 54.08% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE837 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE837 is #7117C8. Grayscale: #B9B9B9. Windows color (decimal): -7411657 or 3664014. OLE color: 3664014.
HSL color Cylindrical-coordinate representation of color #8EE837: hue angle of 90.51º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8EE837 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 232 | 55 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.09 |
| HSL | 90.51º | 0.79% | 0.56% | - |
| HSV(B) | 90.51º | 0.76% | 0.91% | - |
| XYZ | 40.7 | 63.74 | 13.77 | - |
| YUV | 184.91 | 54.68 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 55 | 0.39 | 0 | 0.76 | 0.09 | 90.51 | 0.79 | 0.56 |
| Hex | 8E | E8 | 37 | 27 | 0 | 4C | 9 | 5B | 4F | 38 |
| Octal | 216 | 350 | 67 | 47 | 0 | 114 | 11 | 133 | 117 | 70 |
| Binary | 10001110 | 11101000 | 110111 | 100111 | 0 | 1001100 | 1001 | 1011011 | 1001111 | 111000 |
Color Harmonies of #8EE837
Complementary color
Monochromatic Colors of #8EE837
Black with #8EE837
Text Example
Text Example
White with #8EE837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE837; }
p { color: rgb(142,232,55); }
H1.HeaderClassName
{
color: #8EE837;
}
.AnyTagClassName
{
color: #8EE837;
}
</style>
background-color css
<style>
a { background-color: #8EE837; }
a { background-color: rgb(142,232,55); }
div.DivClassName
{
background-color: #8EE837;
}
.BgClassName
{
background-color: #8EE837;
}
</style>
border-color css
<style>
span { border-color: #8EE837; }
span { border-color: rgb(142,232,55); }
td.TdClassName
{
border-color: #8EE837;
}
.TagClassName
{
border-color: #8EE837;
}
</style>