Shades of Atlantis #8DCC40
Tints of Atlantis #8DCC40
RGB
CMYK
RGB Variations
Color information
#8DCC40 (or 0x8DCC40) is known color: Atlantis. HEX triplet: 8D, CC and 40. RGB value is (141,204,64). Sum of RGB (Red+Green+Blue) = 141+204+64=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC40 is #7233BF. Grayscale: #A9A9A9. Windows color (decimal): -7484352 or 4246669. OLE color: 4246669.
HSL color Cylindrical-coordinate representation of color #8DCC40: hue angle of 87º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DCC40 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 64 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.2 |
| HSL | 87º | 0.58% | 0.53% | - |
| HSV(B) | 87º | 0.69% | 0.8% | - |
| XYZ | 33.5 | 49.22 | 12.58 | - |
| YUV | 169.2 | 68.63 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 64 | 0.31 | 0 | 0.69 | 0.2 | 87 | 0.58 | 0.53 |
| Hex | 8D | CC | 40 | 1F | 0 | 45 | 14 | 57 | 3A | 35 |
| Octal | 215 | 314 | 100 | 37 | 0 | 105 | 24 | 127 | 72 | 65 |
| Binary | 10001101 | 11001100 | 1000000 | 11111 | 0 | 1000101 | 10100 | 1010111 | 111010 | 110101 |
Color Harmonies of #8DCC40
Complementary color
Monochromatic Colors of #8DCC40
Black with #8DCC40
Text Example
Text Example
White with #8DCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC40; }
p { color: rgb(141,204,64); }
H1.HeaderClassName
{
color: #8DCC40;
}
.AnyTagClassName
{
color: #8DCC40;
}
</style>
background-color css
<style>
a { background-color: #8DCC40; }
a { background-color: rgb(141,204,64); }
div.DivClassName
{
background-color: #8DCC40;
}
.BgClassName
{
background-color: #8DCC40;
}
</style>
border-color css
<style>
span { border-color: #8DCC40; }
span { border-color: rgb(141,204,64); }
td.TdClassName
{
border-color: #8DCC40;
}
.TagClassName
{
border-color: #8DCC40;
}
</style>