Shades of Atlantis #8DCC3D
Tints of Atlantis #8DCC3D
RGB
CMYK
RGB Variations
Color information
#8DCC3D (or 0x8DCC3D) is known color: Atlantis. HEX triplet: 8D, CC and 3D. RGB value is (141,204,61). Sum of RGB (Red+Green+Blue) = 141+204+61=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC3D is #7233C2. Grayscale: #A9A9A9. Windows color (decimal): -7484355 or 4050061. OLE color: 4050061.
HSL color Cylindrical-coordinate representation of color #8DCC3D: hue angle of 86.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DCC3D is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 61 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.2 |
| HSL | 86.43º | 0.58% | 0.52% | - |
| HSV(B) | 86.43º | 0.7% | 0.8% | - |
| XYZ | 33.42 | 49.19 | 12.15 | - |
| YUV | 168.86 | 67.13 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 61 | 0.31 | 0 | 0.70 | 0.2 | 86.43 | 0.58 | 0.52 |
| Hex | 8D | CC | 3D | 1F | 0 | 46 | 14 | 56 | 3A | 34 |
| Octal | 215 | 314 | 75 | 37 | 0 | 106 | 24 | 126 | 72 | 64 |
| Binary | 10001101 | 11001100 | 111101 | 11111 | 0 | 1000110 | 10100 | 1010110 | 111010 | 110100 |
Color Harmonies of #8DCC3D
Complementary color
Monochromatic Colors of #8DCC3D
Black with #8DCC3D
Text Example
Text Example
White with #8DCC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC3D; }
p { color: rgb(141,204,61); }
H1.HeaderClassName
{
color: #8DCC3D;
}
.AnyTagClassName
{
color: #8DCC3D;
}
</style>
background-color css
<style>
a { background-color: #8DCC3D; }
a { background-color: rgb(141,204,61); }
div.DivClassName
{
background-color: #8DCC3D;
}
.BgClassName
{
background-color: #8DCC3D;
}
</style>
border-color css
<style>
span { border-color: #8DCC3D; }
span { border-color: rgb(141,204,61); }
td.TdClassName
{
border-color: #8DCC3D;
}
.TagClassName
{
border-color: #8DCC3D;
}
</style>