Shades of Atlantis #8EEF39
Tints of Atlantis #8EEF39
RGB
CMYK
RGB Variations
Color information
#8EEF39 (or 0x8EEF39) is known color: Atlantis. HEX triplet: 8E, EF and 39. RGB value is (142,239,57). Sum of RGB (Red+Green+Blue) = 142+239+57=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEF39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EEF39 is #7110C6. Grayscale: #BDBDBD. Windows color (decimal): -7409863 or 3796878. OLE color: 3796878.
HSL color Cylindrical-coordinate representation of color #8EEF39: hue angle of 91.98º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8EEF39 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 239 | 57 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.06 |
| HSL | 91.98º | 0.85% | 0.58% | - |
| HSV(B) | 91.98º | 0.76% | 0.94% | - |
| XYZ | 42.76 | 67.78 | 14.7 | - |
| YUV | 189.25 | 53.36 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 239 | 57 | 0.41 | 0 | 0.76 | 0.06 | 91.98 | 0.85 | 0.58 |
| Hex | 8E | EF | 39 | 29 | 0 | 4C | 6 | 5C | 55 | 3A |
| Octal | 216 | 357 | 71 | 51 | 0 | 114 | 6 | 134 | 125 | 72 |
| Binary | 10001110 | 11101111 | 111001 | 101001 | 0 | 1001100 | 110 | 1011100 | 1010101 | 111010 |
Color Harmonies of #8EEF39
Complementary color
Monochromatic Colors of #8EEF39
Black with #8EEF39
Text Example
Text Example
White with #8EEF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEF39; }
p { color: rgb(142,239,57); }
H1.HeaderClassName
{
color: #8EEF39;
}
.AnyTagClassName
{
color: #8EEF39;
}
</style>
background-color css
<style>
a { background-color: #8EEF39; }
a { background-color: rgb(142,239,57); }
div.DivClassName
{
background-color: #8EEF39;
}
.BgClassName
{
background-color: #8EEF39;
}
</style>
border-color css
<style>
span { border-color: #8EEF39; }
span { border-color: rgb(142,239,57); }
td.TdClassName
{
border-color: #8EEF39;
}
.TagClassName
{
border-color: #8EEF39;
}
</style>