Shades of Atlantis #8DDB4E
Tints of Atlantis #8DDB4E
RGB
CMYK
RGB Variations
Color information
#8DDB4E (or 0x8DDB4E) is known color: Atlantis. HEX triplet: 8D, DB and 4E. RGB value is (141,219,78). Sum of RGB (Red+Green+Blue) = 141+219+78=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB4E is #7224B1. Grayscale: #B4B4B4. Windows color (decimal): -7480498 or 5168013. OLE color: 5168013.
HSL color Cylindrical-coordinate representation of color #8DDB4E: hue angle of 93.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DDB4E is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 78 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.14 |
| HSL | 93.19º | 0.66% | 0.58% | - |
| HSV(B) | 93.19º | 0.64% | 0.86% | - |
| XYZ | 37.69 | 56.88 | 16.2 | - |
| YUV | 179.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 78 | 0.36 | 0 | 0.64 | 0.14 | 93.19 | 0.66 | 0.58 |
| Hex | 8D | DB | 4E | 24 | 0 | 40 | E | 5D | 42 | 3A |
| Octal | 215 | 333 | 116 | 44 | 0 | 100 | 16 | 135 | 102 | 72 |
| Binary | 10001101 | 11011011 | 1001110 | 100100 | 0 | 1000000 | 1110 | 1011101 | 1000010 | 111010 |
Color Harmonies of #8DDB4E
Complementary color
Monochromatic Colors of #8DDB4E
Black with #8DDB4E
Text Example
Text Example
White with #8DDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB4E; }
p { color: rgb(141,219,78); }
H1.HeaderClassName
{
color: #8DDB4E;
}
.AnyTagClassName
{
color: #8DDB4E;
}
</style>
background-color css
<style>
a { background-color: #8DDB4E; }
a { background-color: rgb(141,219,78); }
div.DivClassName
{
background-color: #8DDB4E;
}
.BgClassName
{
background-color: #8DDB4E;
}
</style>
border-color css
<style>
span { border-color: #8DDB4E; }
span { border-color: rgb(141,219,78); }
td.TdClassName
{
border-color: #8DDB4E;
}
.TagClassName
{
border-color: #8DDB4E;
}
</style>