Shades of Atlantis #8DE045
Tints of Atlantis #8DE045
RGB
CMYK
RGB Variations
Color information
#8DE045 (or 0x8DE045) is known color: Atlantis. HEX triplet: 8D, E0 and 45. RGB value is (141,224,69). Sum of RGB (Red+Green+Blue) = 141+224+69=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DE045 is #721FBA. Grayscale: #B6B6B6. Windows color (decimal): -7479227 or 4579469. OLE color: 4579469.
HSL color Cylindrical-coordinate representation of color #8DE045: hue angle of 92.13º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DE045 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 224 | 69 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.12 |
| HSL | 92.13º | 0.71% | 0.57% | - |
| HSV(B) | 92.13º | 0.69% | 0.88% | - |
| XYZ | 38.71 | 59.4 | 15.06 | - |
| YUV | 181.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 224 | 69 | 0.37 | 0 | 0.69 | 0.12 | 92.13 | 0.71 | 0.57 |
| Hex | 8D | E0 | 45 | 25 | 0 | 45 | C | 5C | 47 | 39 |
| Octal | 215 | 340 | 105 | 45 | 0 | 105 | 14 | 134 | 107 | 71 |
| Binary | 10001101 | 11100000 | 1000101 | 100101 | 0 | 1000101 | 1100 | 1011100 | 1000111 | 111001 |
Color Harmonies of #8DE045
Complementary color
Monochromatic Colors of #8DE045
Black with #8DE045
Text Example
Text Example
White with #8DE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE045; }
p { color: rgb(141,224,69); }
H1.HeaderClassName
{
color: #8DE045;
}
.AnyTagClassName
{
color: #8DE045;
}
</style>
background-color css
<style>
a { background-color: #8DE045; }
a { background-color: rgb(141,224,69); }
div.DivClassName
{
background-color: #8DE045;
}
.BgClassName
{
background-color: #8DE045;
}
</style>
border-color css
<style>
span { border-color: #8DE045; }
span { border-color: rgb(141,224,69); }
td.TdClassName
{
border-color: #8DE045;
}
.TagClassName
{
border-color: #8DE045;
}
</style>