Shades of Atlantis #8EDD34
Tints of Atlantis #8EDD34
RGB
CMYK
RGB Variations
Color information
#8EDD34 (or 0x8EDD34) is known color: Atlantis. HEX triplet: 8E, DD and 34. RGB value is (142,221,52). Sum of RGB (Red+Green+Blue) = 142+221+52=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD34 is #7122CB. Grayscale: #B2B2B2. Windows color (decimal): -7414476 or 3464590. OLE color: 3464590.
HSL color Cylindrical-coordinate representation of color #8EDD34: hue angle of 88.05º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8EDD34 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 52 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.13 |
| HSL | 88.05º | 0.71% | 0.54% | - |
| HSV(B) | 88.05º | 0.76% | 0.87% | - |
| XYZ | 37.63 | 57.71 | 12.4 | - |
| YUV | 178.11 | 56.83 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 52 | 0.36 | 0 | 0.76 | 0.13 | 88.05 | 0.71 | 0.54 |
| Hex | 8E | DD | 34 | 24 | 0 | 4C | D | 58 | 47 | 36 |
| Octal | 216 | 335 | 64 | 44 | 0 | 114 | 15 | 130 | 107 | 66 |
| Binary | 10001110 | 11011101 | 110100 | 100100 | 0 | 1001100 | 1101 | 1011000 | 1000111 | 110110 |
Color Harmonies of #8EDD34
Complementary color
Monochromatic Colors of #8EDD34
Black with #8EDD34
Text Example
Text Example
White with #8EDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD34; }
p { color: rgb(142,221,52); }
H1.HeaderClassName
{
color: #8EDD34;
}
.AnyTagClassName
{
color: #8EDD34;
}
</style>
background-color css
<style>
a { background-color: #8EDD34; }
a { background-color: rgb(142,221,52); }
div.DivClassName
{
background-color: #8EDD34;
}
.BgClassName
{
background-color: #8EDD34;
}
</style>
border-color css
<style>
span { border-color: #8EDD34; }
span { border-color: rgb(142,221,52); }
td.TdClassName
{
border-color: #8EDD34;
}
.TagClassName
{
border-color: #8EDD34;
}
</style>