Shades of Atlantis #8EF44D
Tints of Atlantis #8EF44D
RGB
CMYK
RGB Variations
Color information
#8EF44D (or 0x8EF44D) is known color: Atlantis. HEX triplet: 8E, F4 and 4D. RGB value is (142,244,77). Sum of RGB (Red+Green+Blue) = 142+244+77=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF44D is #710BB2. Grayscale: #C3C3C3. Windows color (decimal): -7408563 or 5108878. OLE color: 5108878.
HSL color Cylindrical-coordinate representation of color #8EF44D: hue angle of 96.65º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8EF44D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 77 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.04 |
| HSL | 96.65º | 0.88% | 0.63% | - |
| HSV(B) | 96.65º | 0.68% | 0.96% | - |
| XYZ | 44.85 | 70.99 | 18.36 | - |
| YUV | 194.46 | 61.71 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 77 | 0.42 | 0 | 0.68 | 0.04 | 96.65 | 0.88 | 0.63 |
| Hex | 8E | F4 | 4D | 2A | 0 | 44 | 4 | 61 | 58 | 3F |
| Octal | 216 | 364 | 115 | 52 | 0 | 104 | 4 | 141 | 130 | 77 |
| Binary | 10001110 | 11110100 | 1001101 | 101010 | 0 | 1000100 | 100 | 1100001 | 1011000 | 111111 |
Color Harmonies of #8EF44D
Complementary color
Monochromatic Colors of #8EF44D
Black with #8EF44D
Text Example
Text Example
White with #8EF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF44D; }
p { color: rgb(142,244,77); }
H1.HeaderClassName
{
color: #8EF44D;
}
.AnyTagClassName
{
color: #8EF44D;
}
</style>
background-color css
<style>
a { background-color: #8EF44D; }
a { background-color: rgb(142,244,77); }
div.DivClassName
{
background-color: #8EF44D;
}
.BgClassName
{
background-color: #8EF44D;
}
</style>
border-color css
<style>
span { border-color: #8EF44D; }
span { border-color: rgb(142,244,77); }
td.TdClassName
{
border-color: #8EF44D;
}
.TagClassName
{
border-color: #8EF44D;
}
</style>