Shades of Atlantis #8EDA41
Tints of Atlantis #8EDA41
RGB
CMYK
RGB Variations
Color information
#8EDA41 (or 0x8EDA41) is known color: Atlantis. HEX triplet: 8E, DA and 41. RGB value is (142,218,65). Sum of RGB (Red+Green+Blue) = 142+218+65=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDA41 is #7125BE. Grayscale: #B2B2B2. Windows color (decimal): -7415231 or 4315790. OLE color: 4315790.
HSL color Cylindrical-coordinate representation of color #8EDA41: hue angle of 89.8º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EDA41 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 65 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.15 |
| HSL | 89.8º | 0.67% | 0.55% | - |
| HSV(B) | 89.8º | 0.7% | 0.85% | - |
| XYZ | 37.18 | 56.28 | 13.9 | - |
| YUV | 177.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 65 | 0.35 | 0 | 0.70 | 0.15 | 89.8 | 0.67 | 0.55 |
| Hex | 8E | DA | 41 | 23 | 0 | 46 | F | 5A | 43 | 37 |
| Octal | 216 | 332 | 101 | 43 | 0 | 106 | 17 | 132 | 103 | 67 |
| Binary | 10001110 | 11011010 | 1000001 | 100011 | 0 | 1000110 | 1111 | 1011010 | 1000011 | 110111 |
Color Harmonies of #8EDA41
Complementary color
Monochromatic Colors of #8EDA41
Black with #8EDA41
Text Example
Text Example
White with #8EDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA41; }
p { color: rgb(142,218,65); }
H1.HeaderClassName
{
color: #8EDA41;
}
.AnyTagClassName
{
color: #8EDA41;
}
</style>
background-color css
<style>
a { background-color: #8EDA41; }
a { background-color: rgb(142,218,65); }
div.DivClassName
{
background-color: #8EDA41;
}
.BgClassName
{
background-color: #8EDA41;
}
</style>
border-color css
<style>
span { border-color: #8EDA41; }
span { border-color: rgb(142,218,65); }
td.TdClassName
{
border-color: #8EDA41;
}
.TagClassName
{
border-color: #8EDA41;
}
</style>