Shades of Atlantis #8DDA3B
Tints of Atlantis #8DDA3B
RGB
CMYK
RGB Variations
Color information
#8DDA3B (or 0x8DDA3B) is known color: Atlantis. HEX triplet: 8D, DA and 3B. RGB value is (141,218,59). Sum of RGB (Red+Green+Blue) = 141+218+59=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDA3B is #7225C4. Grayscale: #B1B1B1. Windows color (decimal): -7480773 or 3922573. OLE color: 3922573.
HSL color Cylindrical-coordinate representation of color #8DDA3B: hue angle of 89.06º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DDA3B is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 59 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.15 |
| HSL | 89.06º | 0.68% | 0.54% | - |
| HSV(B) | 89.06º | 0.73% | 0.85% | - |
| XYZ | 36.85 | 56.12 | 13.03 | - |
| YUV | 176.85 | 61.49 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 59 | 0.35 | 0 | 0.73 | 0.15 | 89.06 | 0.68 | 0.54 |
| Hex | 8D | DA | 3B | 23 | 0 | 49 | F | 59 | 44 | 36 |
| Octal | 215 | 332 | 73 | 43 | 0 | 111 | 17 | 131 | 104 | 66 |
| Binary | 10001101 | 11011010 | 111011 | 100011 | 0 | 1001001 | 1111 | 1011001 | 1000100 | 110110 |
Color Harmonies of #8DDA3B
Complementary color
Monochromatic Colors of #8DDA3B
Black with #8DDA3B
Text Example
Text Example
White with #8DDA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA3B; }
p { color: rgb(141,218,59); }
H1.HeaderClassName
{
color: #8DDA3B;
}
.AnyTagClassName
{
color: #8DDA3B;
}
</style>
background-color css
<style>
a { background-color: #8DDA3B; }
a { background-color: rgb(141,218,59); }
div.DivClassName
{
background-color: #8DDA3B;
}
.BgClassName
{
background-color: #8DDA3B;
}
</style>
border-color css
<style>
span { border-color: #8DDA3B; }
span { border-color: rgb(141,218,59); }
td.TdClassName
{
border-color: #8DDA3B;
}
.TagClassName
{
border-color: #8DDA3B;
}
</style>