Shades of Atlantis #8EDD37
Tints of Atlantis #8EDD37
RGB
CMYK
RGB Variations
Color information
#8EDD37 (or 0x8EDD37) is known color: Atlantis. HEX triplet: 8E, DD and 37. RGB value is (142,221,55). Sum of RGB (Red+Green+Blue) = 142+221+55=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDD37 is #7122C8. Grayscale: #B3B3B3. Windows color (decimal): -7414473 or 3661198. OLE color: 3661198.
HSL color Cylindrical-coordinate representation of color #8EDD37: hue angle of 88.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8EDD37 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 55 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.13 |
| HSL | 88.55º | 0.71% | 0.54% | - |
| HSV(B) | 88.55º | 0.75% | 0.87% | - |
| XYZ | 37.7 | 57.74 | 12.77 | - |
| YUV | 178.46 | 58.33 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 55 | 0.36 | 0 | 0.75 | 0.13 | 88.55 | 0.71 | 0.54 |
| Hex | 8E | DD | 37 | 24 | 0 | 4B | D | 59 | 47 | 36 |
| Octal | 216 | 335 | 67 | 44 | 0 | 113 | 15 | 131 | 107 | 66 |
| Binary | 10001110 | 11011101 | 110111 | 100100 | 0 | 1001011 | 1101 | 1011001 | 1000111 | 110110 |
Color Harmonies of #8EDD37
Complementary color
Monochromatic Colors of #8EDD37
Black with #8EDD37
Text Example
Text Example
White with #8EDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD37; }
p { color: rgb(142,221,55); }
H1.HeaderClassName
{
color: #8EDD37;
}
.AnyTagClassName
{
color: #8EDD37;
}
</style>
background-color css
<style>
a { background-color: #8EDD37; }
a { background-color: rgb(142,221,55); }
div.DivClassName
{
background-color: #8EDD37;
}
.BgClassName
{
background-color: #8EDD37;
}
</style>
border-color css
<style>
span { border-color: #8EDD37; }
span { border-color: rgb(142,221,55); }
td.TdClassName
{
border-color: #8EDD37;
}
.TagClassName
{
border-color: #8EDD37;
}
</style>