Shades of Atlantis #8EDF45
Tints of Atlantis #8EDF45
RGB
CMYK
RGB Variations
Color information
#8EDF45 (or 0x8EDF45) is known color: Atlantis. HEX triplet: 8E, DF and 45. RGB value is (142,223,69). Sum of RGB (Red+Green+Blue) = 142+223+69=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDF45 is #7120BA. Grayscale: #B5B5B5. Windows color (decimal): -7413947 or 4579214. OLE color: 4579214.
HSL color Cylindrical-coordinate representation of color #8EDF45: hue angle of 91.56º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8EDF45 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 69 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.13 |
| HSL | 91.56º | 0.71% | 0.57% | - |
| HSV(B) | 91.56º | 0.69% | 0.87% | - |
| XYZ | 38.62 | 58.96 | 14.97 | - |
| YUV | 181.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 69 | 0.36 | 0 | 0.69 | 0.13 | 91.56 | 0.71 | 0.57 |
| Hex | 8E | DF | 45 | 24 | 0 | 45 | D | 5C | 47 | 39 |
| Octal | 216 | 337 | 105 | 44 | 0 | 105 | 15 | 134 | 107 | 71 |
| Binary | 10001110 | 11011111 | 1000101 | 100100 | 0 | 1000101 | 1101 | 1011100 | 1000111 | 111001 |
Color Harmonies of #8EDF45
Complementary color
Monochromatic Colors of #8EDF45
Black with #8EDF45
Text Example
Text Example
White with #8EDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDF45; }
p { color: rgb(142,223,69); }
H1.HeaderClassName
{
color: #8EDF45;
}
.AnyTagClassName
{
color: #8EDF45;
}
</style>
background-color css
<style>
a { background-color: #8EDF45; }
a { background-color: rgb(142,223,69); }
div.DivClassName
{
background-color: #8EDF45;
}
.BgClassName
{
background-color: #8EDF45;
}
</style>
border-color css
<style>
span { border-color: #8EDF45; }
span { border-color: rgb(142,223,69); }
td.TdClassName
{
border-color: #8EDF45;
}
.TagClassName
{
border-color: #8EDF45;
}
</style>