Shades of Atlantis #8EDC4D
Tints of Atlantis #8EDC4D
RGB
CMYK
RGB Variations
Color information
#8EDC4D (or 0x8EDC4D) is known color: Atlantis. HEX triplet: 8E, DC and 4D. RGB value is (142,220,77). Sum of RGB (Red+Green+Blue) = 142+220+77=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDC4D is #7123B2. Grayscale: #B4B4B4. Windows color (decimal): -7414707 or 5102734. OLE color: 5102734.
HSL color Cylindrical-coordinate representation of color #8EDC4D: hue angle of 92.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EDC4D is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 77 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.14 |
| HSL | 92.73º | 0.67% | 0.58% | - |
| HSV(B) | 92.73º | 0.65% | 0.86% | - |
| XYZ | 38.09 | 57.47 | 16.11 | - |
| YUV | 180.38 | 69.66 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 77 | 0.35 | 0 | 0.65 | 0.14 | 92.73 | 0.67 | 0.58 |
| Hex | 8E | DC | 4D | 23 | 0 | 41 | E | 5D | 43 | 3A |
| Octal | 216 | 334 | 115 | 43 | 0 | 101 | 16 | 135 | 103 | 72 |
| Binary | 10001110 | 11011100 | 1001101 | 100011 | 0 | 1000001 | 1110 | 1011101 | 1000011 | 111010 |
Color Harmonies of #8EDC4D
Complementary color
Monochromatic Colors of #8EDC4D
Black with #8EDC4D
Text Example
Text Example
White with #8EDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC4D; }
p { color: rgb(142,220,77); }
H1.HeaderClassName
{
color: #8EDC4D;
}
.AnyTagClassName
{
color: #8EDC4D;
}
</style>
background-color css
<style>
a { background-color: #8EDC4D; }
a { background-color: rgb(142,220,77); }
div.DivClassName
{
background-color: #8EDC4D;
}
.BgClassName
{
background-color: #8EDC4D;
}
</style>
border-color css
<style>
span { border-color: #8EDC4D; }
span { border-color: rgb(142,220,77); }
td.TdClassName
{
border-color: #8EDC4D;
}
.TagClassName
{
border-color: #8EDC4D;
}
</style>