Shades of Atlantis #8EDB4E
Tints of Atlantis #8EDB4E
RGB
CMYK
RGB Variations
Color information
#8EDB4E (or 0x8EDB4E) is known color: Atlantis. HEX triplet: 8E, DB and 4E. RGB value is (142,219,78). Sum of RGB (Red+Green+Blue) = 142+219+78=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB4E is #7124B1. Grayscale: #B4B4B4. Windows color (decimal): -7414962 or 5168014. OLE color: 5168014.
HSL color Cylindrical-coordinate representation of color #8EDB4E: hue angle of 92.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EDB4E is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 78 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.14 |
| HSL | 92.77º | 0.66% | 0.58% | - |
| HSV(B) | 92.77º | 0.64% | 0.86% | - |
| XYZ | 37.86 | 56.96 | 16.21 | - |
| YUV | 179.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 78 | 0.35 | 0 | 0.64 | 0.14 | 92.77 | 0.66 | 0.58 |
| Hex | 8E | DB | 4E | 23 | 0 | 40 | E | 5D | 42 | 3A |
| Octal | 216 | 333 | 116 | 43 | 0 | 100 | 16 | 135 | 102 | 72 |
| Binary | 10001110 | 11011011 | 1001110 | 100011 | 0 | 1000000 | 1110 | 1011101 | 1000010 | 111010 |
Color Harmonies of #8EDB4E
Complementary color
Monochromatic Colors of #8EDB4E
Black with #8EDB4E
Text Example
Text Example
White with #8EDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB4E; }
p { color: rgb(142,219,78); }
H1.HeaderClassName
{
color: #8EDB4E;
}
.AnyTagClassName
{
color: #8EDB4E;
}
</style>
background-color css
<style>
a { background-color: #8EDB4E; }
a { background-color: rgb(142,219,78); }
div.DivClassName
{
background-color: #8EDB4E;
}
.BgClassName
{
background-color: #8EDB4E;
}
</style>
border-color css
<style>
span { border-color: #8EDB4E; }
span { border-color: rgb(142,219,78); }
td.TdClassName
{
border-color: #8EDB4E;
}
.TagClassName
{
border-color: #8EDB4E;
}
</style>