Shades of Atlantis #8DDC47
Tints of Atlantis #8DDC47
RGB
CMYK
RGB Variations
Color information
#8DDC47 (or 0x8DDC47) is known color: Atlantis. HEX triplet: 8D, DC and 47. RGB value is (141,220,71). Sum of RGB (Red+Green+Blue) = 141+220+71=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDC47 is #7223B8. Grayscale: #B3B3B3. Windows color (decimal): -7480249 or 4709517. OLE color: 4709517.
HSL color Cylindrical-coordinate representation of color #8DDC47: hue angle of 91.81º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DDC47 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 71 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.14 |
| HSL | 91.81º | 0.68% | 0.57% | - |
| HSV(B) | 91.81º | 0.68% | 0.86% | - |
| XYZ | 37.72 | 57.3 | 15.03 | - |
| YUV | 179.39 | 66.83 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 71 | 0.36 | 0 | 0.68 | 0.14 | 91.81 | 0.68 | 0.57 |
| Hex | 8D | DC | 47 | 24 | 0 | 44 | E | 5C | 44 | 39 |
| Octal | 215 | 334 | 107 | 44 | 0 | 104 | 16 | 134 | 104 | 71 |
| Binary | 10001101 | 11011100 | 1000111 | 100100 | 0 | 1000100 | 1110 | 1011100 | 1000100 | 111001 |
Color Harmonies of #8DDC47
Complementary color
Monochromatic Colors of #8DDC47
Black with #8DDC47
Text Example
Text Example
White with #8DDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC47; }
p { color: rgb(141,220,71); }
H1.HeaderClassName
{
color: #8DDC47;
}
.AnyTagClassName
{
color: #8DDC47;
}
</style>
background-color css
<style>
a { background-color: #8DDC47; }
a { background-color: rgb(141,220,71); }
div.DivClassName
{
background-color: #8DDC47;
}
.BgClassName
{
background-color: #8DDC47;
}
</style>
border-color css
<style>
span { border-color: #8DDC47; }
span { border-color: rgb(141,220,71); }
td.TdClassName
{
border-color: #8DDC47;
}
.TagClassName
{
border-color: #8DDC47;
}
</style>