Shades of Atlantis #8DC73D
Tints of Atlantis #8DC73D
RGB
CMYK
RGB Variations
Color information
#8DC73D (or 0x8DC73D) is known color: Atlantis. HEX triplet: 8D, C7 and 3D. RGB value is (141,199,61). Sum of RGB (Red+Green+Blue) = 141+199+61=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC73D is #7238C2. Grayscale: #A6A6A6. Windows color (decimal): -7485635 or 4048781. OLE color: 4048781.
HSL color Cylindrical-coordinate representation of color #8DC73D: hue angle of 85.22º 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 #8DC73D is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 61 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.22 |
| HSL | 85.22º | 0.55% | 0.51% | - |
| HSV(B) | 85.22º | 0.69% | 0.78% | - |
| XYZ | 32.25 | 46.85 | 11.76 | - |
| YUV | 165.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 61 | 0.29 | 0 | 0.69 | 0.22 | 85.22 | 0.55 | 0.51 |
| Hex | 8D | C7 | 3D | 1D | 0 | 45 | 16 | 55 | 37 | 33 |
| Octal | 215 | 307 | 75 | 35 | 0 | 105 | 26 | 125 | 67 | 63 |
| Binary | 10001101 | 11000111 | 111101 | 11101 | 0 | 1000101 | 10110 | 1010101 | 110111 | 110011 |
Color Harmonies of #8DC73D
Complementary color
Monochromatic Colors of #8DC73D
Black with #8DC73D
Text Example
Text Example
White with #8DC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC73D; }
p { color: rgb(141,199,61); }
H1.HeaderClassName
{
color: #8DC73D;
}
.AnyTagClassName
{
color: #8DC73D;
}
</style>
background-color css
<style>
a { background-color: #8DC73D; }
a { background-color: rgb(141,199,61); }
div.DivClassName
{
background-color: #8DC73D;
}
.BgClassName
{
background-color: #8DC73D;
}
</style>
border-color css
<style>
span { border-color: #8DC73D; }
span { border-color: rgb(141,199,61); }
td.TdClassName
{
border-color: #8DC73D;
}
.TagClassName
{
border-color: #8DC73D;
}
</style>