Shades of Atlantis #8DC83D
Tints of Atlantis #8DC83D
RGB
CMYK
RGB Variations
Color information
#8DC83D (or 0x8DC83D) is known color: Atlantis. HEX triplet: 8D, C8 and 3D. RGB value is (141,200,61). Sum of RGB (Red+Green+Blue) = 141+200+61=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC83D is #7237C2. Grayscale: #A7A7A7. Windows color (decimal): -7485379 or 4049037. OLE color: 4049037.
HSL color Cylindrical-coordinate representation of color #8DC83D: hue angle of 85.47º degrees, saturation: 0.56, 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 #8DC83D is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 61 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.22 |
| HSL | 85.47º | 0.56% | 0.51% | - |
| HSV(B) | 85.47º | 0.7% | 0.78% | - |
| XYZ | 32.48 | 47.31 | 11.83 | - |
| YUV | 166.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 61 | 0.29 | 0 | 0.69 | 0.22 | 85.47 | 0.56 | 0.51 |
| Hex | 8D | C8 | 3D | 1D | 0 | 45 | 16 | 55 | 38 | 33 |
| Octal | 215 | 310 | 75 | 35 | 0 | 105 | 26 | 125 | 70 | 63 |
| Binary | 10001101 | 11001000 | 111101 | 11101 | 0 | 1000101 | 10110 | 1010101 | 111000 | 110011 |
Color Harmonies of #8DC83D
Complementary color
Monochromatic Colors of #8DC83D
Black with #8DC83D
Text Example
Text Example
White with #8DC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC83D; }
p { color: rgb(141,200,61); }
H1.HeaderClassName
{
color: #8DC83D;
}
.AnyTagClassName
{
color: #8DC83D;
}
</style>
background-color css
<style>
a { background-color: #8DC83D; }
a { background-color: rgb(141,200,61); }
div.DivClassName
{
background-color: #8DC83D;
}
.BgClassName
{
background-color: #8DC83D;
}
</style>
border-color css
<style>
span { border-color: #8DC83D; }
span { border-color: rgb(141,200,61); }
td.TdClassName
{
border-color: #8DC83D;
}
.TagClassName
{
border-color: #8DC83D;
}
</style>