Shades of Atlantis #8EDB47
Tints of Atlantis #8EDB47
RGB
CMYK
RGB Variations
Color information
#8EDB47 (or 0x8EDB47) is known color: Atlantis. HEX triplet: 8E, DB and 47. RGB value is (142,219,71). Sum of RGB (Red+Green+Blue) = 142+219+71=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDB47 is #7124B8. Grayscale: #B3B3B3. Windows color (decimal): -7414969 or 4709262. OLE color: 4709262.
HSL color Cylindrical-coordinate representation of color #8EDB47: hue angle of 91.22º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EDB47 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 71 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.14 |
| HSL | 91.22º | 0.67% | 0.57% | - |
| HSV(B) | 91.22º | 0.68% | 0.86% | - |
| XYZ | 37.62 | 56.87 | 14.96 | - |
| YUV | 179.11 | 66.99 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 71 | 0.35 | 0 | 0.68 | 0.14 | 91.22 | 0.67 | 0.57 |
| Hex | 8E | DB | 47 | 23 | 0 | 44 | E | 5B | 43 | 39 |
| Octal | 216 | 333 | 107 | 43 | 0 | 104 | 16 | 133 | 103 | 71 |
| Binary | 10001110 | 11011011 | 1000111 | 100011 | 0 | 1000100 | 1110 | 1011011 | 1000011 | 111001 |
Color Harmonies of #8EDB47
Complementary color
Monochromatic Colors of #8EDB47
Black with #8EDB47
Text Example
Text Example
White with #8EDB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB47; }
p { color: rgb(142,219,71); }
H1.HeaderClassName
{
color: #8EDB47;
}
.AnyTagClassName
{
color: #8EDB47;
}
</style>
background-color css
<style>
a { background-color: #8EDB47; }
a { background-color: rgb(142,219,71); }
div.DivClassName
{
background-color: #8EDB47;
}
.BgClassName
{
background-color: #8EDB47;
}
</style>
border-color css
<style>
span { border-color: #8EDB47; }
span { border-color: rgb(142,219,71); }
td.TdClassName
{
border-color: #8EDB47;
}
.TagClassName
{
border-color: #8EDB47;
}
</style>