Shades of Atlantis #8DD047
Tints of Atlantis #8DD047
RGB
CMYK
RGB Variations
Color information
#8DD047 (or 0x8DD047) is known color: Atlantis. HEX triplet: 8D, D0 and 47. RGB value is (141,208,71). Sum of RGB (Red+Green+Blue) = 141+208+71=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD047 is #722FB8. Grayscale: #ACACAC. Windows color (decimal): -7483321 or 4706445. OLE color: 4706445.
HSL color Cylindrical-coordinate representation of color #8DD047: hue angle of 89.34º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DD047 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 71 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.18 |
| HSL | 89.34º | 0.59% | 0.55% | - |
| HSV(B) | 89.34º | 0.66% | 0.82% | - |
| XYZ | 34.68 | 51.23 | 14.02 | - |
| YUV | 172.35 | 70.8 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 71 | 0.32 | 0 | 0.66 | 0.18 | 89.34 | 0.59 | 0.55 |
| Hex | 8D | D0 | 47 | 20 | 0 | 42 | 12 | 59 | 3B | 37 |
| Octal | 215 | 320 | 107 | 40 | 0 | 102 | 22 | 131 | 73 | 67 |
| Binary | 10001101 | 11010000 | 1000111 | 100000 | 0 | 1000010 | 10010 | 1011001 | 111011 | 110111 |
Color Harmonies of #8DD047
Complementary color
Monochromatic Colors of #8DD047
Black with #8DD047
Text Example
Text Example
White with #8DD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD047; }
p { color: rgb(141,208,71); }
H1.HeaderClassName
{
color: #8DD047;
}
.AnyTagClassName
{
color: #8DD047;
}
</style>
background-color css
<style>
a { background-color: #8DD047; }
a { background-color: rgb(141,208,71); }
div.DivClassName
{
background-color: #8DD047;
}
.BgClassName
{
background-color: #8DD047;
}
</style>
border-color css
<style>
span { border-color: #8DD047; }
span { border-color: rgb(141,208,71); }
td.TdClassName
{
border-color: #8DD047;
}
.TagClassName
{
border-color: #8DD047;
}
</style>