Shades of Atlantis #8EDA37
Tints of Atlantis #8EDA37
RGB
CMYK
RGB Variations
Color information
#8EDA37 (or 0x8EDA37) is known color: Atlantis. HEX triplet: 8E, DA and 37. RGB value is (142,218,55). Sum of RGB (Red+Green+Blue) = 142+218+55=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 55 (21.88% from 255 or 13.25% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDA37 is #7125C8. Grayscale: #B1B1B1. Windows color (decimal): -7415241 or 3660430. OLE color: 3660430.
HSL color Cylindrical-coordinate representation of color #8EDA37: hue angle of 87.98º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EDA37 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 55 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.15 |
| HSL | 87.98º | 0.69% | 0.54% | - |
| HSV(B) | 87.98º | 0.75% | 0.85% | - |
| XYZ | 36.92 | 56.17 | 12.51 | - |
| YUV | 176.69 | 59.32 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 55 | 0.35 | 0 | 0.75 | 0.15 | 87.98 | 0.69 | 0.54 |
| Hex | 8E | DA | 37 | 23 | 0 | 4B | F | 58 | 45 | 36 |
| Octal | 216 | 332 | 67 | 43 | 0 | 113 | 17 | 130 | 105 | 66 |
| Binary | 10001110 | 11011010 | 110111 | 100011 | 0 | 1001011 | 1111 | 1011000 | 1000101 | 110110 |
Color Harmonies of #8EDA37
Complementary color
Monochromatic Colors of #8EDA37
Black with #8EDA37
Text Example
Text Example
White with #8EDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA37; }
p { color: rgb(142,218,55); }
H1.HeaderClassName
{
color: #8EDA37;
}
.AnyTagClassName
{
color: #8EDA37;
}
</style>
background-color css
<style>
a { background-color: #8EDA37; }
a { background-color: rgb(142,218,55); }
div.DivClassName
{
background-color: #8EDA37;
}
.BgClassName
{
background-color: #8EDA37;
}
</style>
border-color css
<style>
span { border-color: #8EDA37; }
span { border-color: rgb(142,218,55); }
td.TdClassName
{
border-color: #8EDA37;
}
.TagClassName
{
border-color: #8EDA37;
}
</style>