Shades of Atlantis #8EDD4D
Tints of Atlantis #8EDD4D
RGB
CMYK
RGB Variations
Color information
#8EDD4D (or 0x8EDD4D) is known color: Atlantis. HEX triplet: 8E, DD and 4D. RGB value is (142,221,77). Sum of RGB (Red+Green+Blue) = 142+221+77=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD4D is #7122B2. Grayscale: #B5B5B5. Windows color (decimal): -7414451 or 5102990. OLE color: 5102990.
HSL color Cylindrical-coordinate representation of color #8EDD4D: hue angle of 92.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EDD4D is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 77 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.13 |
| HSL | 92.92º | 0.68% | 0.58% | - |
| HSV(B) | 92.92º | 0.65% | 0.87% | - |
| XYZ | 38.35 | 58 | 16.19 | - |
| YUV | 180.96 | 69.33 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 77 | 0.36 | 0 | 0.65 | 0.13 | 92.92 | 0.68 | 0.58 |
| Hex | 8E | DD | 4D | 24 | 0 | 41 | D | 5D | 44 | 3A |
| Octal | 216 | 335 | 115 | 44 | 0 | 101 | 15 | 135 | 104 | 72 |
| Binary | 10001110 | 11011101 | 1001101 | 100100 | 0 | 1000001 | 1101 | 1011101 | 1000100 | 111010 |
Color Harmonies of #8EDD4D
Complementary color
Monochromatic Colors of #8EDD4D
Black with #8EDD4D
Text Example
Text Example
White with #8EDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD4D; }
p { color: rgb(142,221,77); }
H1.HeaderClassName
{
color: #8EDD4D;
}
.AnyTagClassName
{
color: #8EDD4D;
}
</style>
background-color css
<style>
a { background-color: #8EDD4D; }
a { background-color: rgb(142,221,77); }
div.DivClassName
{
background-color: #8EDD4D;
}
.BgClassName
{
background-color: #8EDD4D;
}
</style>
border-color css
<style>
span { border-color: #8EDD4D; }
span { border-color: rgb(142,221,77); }
td.TdClassName
{
border-color: #8EDD4D;
}
.TagClassName
{
border-color: #8EDD4D;
}
</style>