Shades of Atlantis #8DBE47
Tints of Atlantis #8DBE47
RGB
CMYK
RGB Variations
Color information
#8DBE47 (or 0x8DBE47) is known color: Atlantis. HEX triplet: 8D, BE and 47. RGB value is (141,190,71). Sum of RGB (Red+Green+Blue) = 141+190+71=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE47 is #7241B8. Grayscale: #A2A2A2. Windows color (decimal): -7487929 or 4701837. OLE color: 4701837.
HSL color Cylindrical-coordinate representation of color #8DBE47: hue angle of 84.71º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DBE47 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 71 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.25 |
| HSL | 84.71º | 0.48% | 0.51% | - |
| HSV(B) | 84.71º | 0.63% | 0.75% | - |
| XYZ | 30.54 | 42.94 | 12.64 | - |
| YUV | 161.78 | 76.77 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 71 | 0.26 | 0 | 0.63 | 0.25 | 84.71 | 0.48 | 0.51 |
| Hex | 8D | BE | 47 | 1A | 0 | 3F | 19 | 55 | 30 | 33 |
| Octal | 215 | 276 | 107 | 32 | 0 | 77 | 31 | 125 | 60 | 63 |
| Binary | 10001101 | 10111110 | 1000111 | 11010 | 0 | 111111 | 11001 | 1010101 | 110000 | 110011 |
Color Harmonies of #8DBE47
Complementary color
Monochromatic Colors of #8DBE47
Black with #8DBE47
Text Example
Text Example
White with #8DBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE47; }
p { color: rgb(141,190,71); }
H1.HeaderClassName
{
color: #8DBE47;
}
.AnyTagClassName
{
color: #8DBE47;
}
</style>
background-color css
<style>
a { background-color: #8DBE47; }
a { background-color: rgb(141,190,71); }
div.DivClassName
{
background-color: #8DBE47;
}
.BgClassName
{
background-color: #8DBE47;
}
</style>
border-color css
<style>
span { border-color: #8DBE47; }
span { border-color: rgb(141,190,71); }
td.TdClassName
{
border-color: #8DBE47;
}
.TagClassName
{
border-color: #8DBE47;
}
</style>