Shades of Atlantis #8DDC45
Tints of Atlantis #8DDC45
RGB
CMYK
RGB Variations
Color information
#8DDC45 (or 0x8DDC45) is known color: Atlantis. HEX triplet: 8D, DC and 45. RGB value is (141,220,69). Sum of RGB (Red+Green+Blue) = 141+220+69=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDC45 is #7223BA. Grayscale: #B3B3B3. Windows color (decimal): -7480251 or 4578445. OLE color: 4578445.
HSL color Cylindrical-coordinate representation of color #8DDC45: hue angle of 91.39º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DDC45 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 69 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.14 |
| HSL | 91.39º | 0.68% | 0.57% | - |
| HSV(B) | 91.39º | 0.69% | 0.86% | - |
| XYZ | 37.65 | 57.28 | 14.7 | - |
| YUV | 179.17 | 65.83 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 69 | 0.36 | 0 | 0.69 | 0.14 | 91.39 | 0.68 | 0.57 |
| Hex | 8D | DC | 45 | 24 | 0 | 45 | E | 5B | 44 | 39 |
| Octal | 215 | 334 | 105 | 44 | 0 | 105 | 16 | 133 | 104 | 71 |
| Binary | 10001101 | 11011100 | 1000101 | 100100 | 0 | 1000101 | 1110 | 1011011 | 1000100 | 111001 |
Color Harmonies of #8DDC45
Complementary color
Monochromatic Colors of #8DDC45
Black with #8DDC45
Text Example
Text Example
White with #8DDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC45; }
p { color: rgb(141,220,69); }
H1.HeaderClassName
{
color: #8DDC45;
}
.AnyTagClassName
{
color: #8DDC45;
}
</style>
background-color css
<style>
a { background-color: #8DDC45; }
a { background-color: rgb(141,220,69); }
div.DivClassName
{
background-color: #8DDC45;
}
.BgClassName
{
background-color: #8DDC45;
}
</style>
border-color css
<style>
span { border-color: #8DDC45; }
span { border-color: rgb(141,220,69); }
td.TdClassName
{
border-color: #8DDC45;
}
.TagClassName
{
border-color: #8DDC45;
}
</style>