Shades of Atlantis #8DDB49
Tints of Atlantis #8DDB49
RGB
CMYK
RGB Variations
Color information
#8DDB49 (or 0x8DDB49) is known color: Atlantis. HEX triplet: 8D, DB and 49. RGB value is (141,219,73). Sum of RGB (Red+Green+Blue) = 141+219+73=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDB49 is #7224B6. Grayscale: #B3B3B3. Windows color (decimal): -7480503 or 4840333. OLE color: 4840333.
HSL color Cylindrical-coordinate representation of color #8DDB49: hue angle of 92.05º degrees, saturation: 0.67, 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 #8DDB49 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 73 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.14 |
| HSL | 92.05º | 0.67% | 0.57% | - |
| HSV(B) | 92.05º | 0.67% | 0.86% | - |
| XYZ | 37.52 | 56.81 | 15.29 | - |
| YUV | 179.03 | 68.16 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 73 | 0.36 | 0 | 0.67 | 0.14 | 92.05 | 0.67 | 0.57 |
| Hex | 8D | DB | 49 | 24 | 0 | 43 | E | 5C | 43 | 39 |
| Octal | 215 | 333 | 111 | 44 | 0 | 103 | 16 | 134 | 103 | 71 |
| Binary | 10001101 | 11011011 | 1001001 | 100100 | 0 | 1000011 | 1110 | 1011100 | 1000011 | 111001 |
Color Harmonies of #8DDB49
Complementary color
Monochromatic Colors of #8DDB49
Black with #8DDB49
Text Example
Text Example
White with #8DDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB49; }
p { color: rgb(141,219,73); }
H1.HeaderClassName
{
color: #8DDB49;
}
.AnyTagClassName
{
color: #8DDB49;
}
</style>
background-color css
<style>
a { background-color: #8DDB49; }
a { background-color: rgb(141,219,73); }
div.DivClassName
{
background-color: #8DDB49;
}
.BgClassName
{
background-color: #8DDB49;
}
</style>
border-color css
<style>
span { border-color: #8DDB49; }
span { border-color: rgb(141,219,73); }
td.TdClassName
{
border-color: #8DDB49;
}
.TagClassName
{
border-color: #8DDB49;
}
</style>