Shades of Atlantis #8DDC49
Tints of Atlantis #8DDC49
RGB
CMYK
RGB Variations
Color information
#8DDC49 (or 0x8DDC49) is known color: Atlantis. HEX triplet: 8D, DC and 49. RGB value is (141,220,73). Sum of RGB (Red+Green+Blue) = 141+220+73=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDC49 is #7223B6. Grayscale: #B4B4B4. Windows color (decimal): -7480247 or 4840589. OLE color: 4840589.
HSL color Cylindrical-coordinate representation of color #8DDC49: hue angle of 92.24º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DDC49 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 73 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.14 |
| HSL | 92.24º | 0.68% | 0.57% | - |
| HSV(B) | 92.24º | 0.67% | 0.86% | - |
| XYZ | 37.78 | 57.33 | 15.38 | - |
| YUV | 179.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 73 | 0.36 | 0 | 0.67 | 0.14 | 92.24 | 0.68 | 0.57 |
| Hex | 8D | DC | 49 | 24 | 0 | 43 | E | 5C | 44 | 39 |
| Octal | 215 | 334 | 111 | 44 | 0 | 103 | 16 | 134 | 104 | 71 |
| Binary | 10001101 | 11011100 | 1001001 | 100100 | 0 | 1000011 | 1110 | 1011100 | 1000100 | 111001 |
Color Harmonies of #8DDC49
Complementary color
Monochromatic Colors of #8DDC49
Black with #8DDC49
Text Example
Text Example
White with #8DDC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC49; }
p { color: rgb(141,220,73); }
H1.HeaderClassName
{
color: #8DDC49;
}
.AnyTagClassName
{
color: #8DDC49;
}
</style>
background-color css
<style>
a { background-color: #8DDC49; }
a { background-color: rgb(141,220,73); }
div.DivClassName
{
background-color: #8DDC49;
}
.BgClassName
{
background-color: #8DDC49;
}
</style>
border-color css
<style>
span { border-color: #8DDC49; }
span { border-color: rgb(141,220,73); }
td.TdClassName
{
border-color: #8DDC49;
}
.TagClassName
{
border-color: #8DDC49;
}
</style>