Shades of Atlantis #8DC73E
Tints of Atlantis #8DC73E
RGB
CMYK
RGB Variations
Color information
#8DC73E (or 0x8DC73E) is known color: Atlantis. HEX triplet: 8D, C7 and 3E. RGB value is (141,199,62). Sum of RGB (Red+Green+Blue) = 141+199+62=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC73E is #7238C1. Grayscale: #A6A6A6. Windows color (decimal): -7485634 or 4114317. OLE color: 4114317.
HSL color Cylindrical-coordinate representation of color #8DC73E: hue angle of 85.4º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DC73E is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 62 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.22 |
| HSL | 85.4º | 0.55% | 0.51% | - |
| HSV(B) | 85.4º | 0.69% | 0.78% | - |
| XYZ | 32.28 | 46.86 | 11.9 | - |
| YUV | 166.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 62 | 0.29 | 0 | 0.69 | 0.22 | 85.4 | 0.55 | 0.51 |
| Hex | 8D | C7 | 3E | 1D | 0 | 45 | 16 | 55 | 37 | 33 |
| Octal | 215 | 307 | 76 | 35 | 0 | 105 | 26 | 125 | 67 | 63 |
| Binary | 10001101 | 11000111 | 111110 | 11101 | 0 | 1000101 | 10110 | 1010101 | 110111 | 110011 |
Color Harmonies of #8DC73E
Complementary color
Monochromatic Colors of #8DC73E
Black with #8DC73E
Text Example
Text Example
White with #8DC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC73E; }
p { color: rgb(141,199,62); }
H1.HeaderClassName
{
color: #8DC73E;
}
.AnyTagClassName
{
color: #8DC73E;
}
</style>
background-color css
<style>
a { background-color: #8DC73E; }
a { background-color: rgb(141,199,62); }
div.DivClassName
{
background-color: #8DC73E;
}
.BgClassName
{
background-color: #8DC73E;
}
</style>
border-color css
<style>
span { border-color: #8DC73E; }
span { border-color: rgb(141,199,62); }
td.TdClassName
{
border-color: #8DC73E;
}
.TagClassName
{
border-color: #8DC73E;
}
</style>