Shades of Atlantis #8DCE40
Tints of Atlantis #8DCE40
RGB
CMYK
RGB Variations
Color information
#8DCE40 (or 0x8DCE40) is known color: Atlantis. HEX triplet: 8D, CE and 40. RGB value is (141,206,64). Sum of RGB (Red+Green+Blue) = 141+206+64=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCE40 is #7231BF. Grayscale: #AAAAAA. Windows color (decimal): -7483840 or 4247181. OLE color: 4247181.
HSL color Cylindrical-coordinate representation of color #8DCE40: hue angle of 87.46º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DCE40 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 64 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.19 |
| HSL | 87.46º | 0.59% | 0.53% | - |
| HSV(B) | 87.46º | 0.69% | 0.81% | - |
| XYZ | 33.98 | 50.18 | 12.74 | - |
| YUV | 170.38 | 67.97 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 64 | 0.32 | 0 | 0.69 | 0.19 | 87.46 | 0.59 | 0.53 |
| Hex | 8D | CE | 40 | 20 | 0 | 45 | 13 | 57 | 3B | 35 |
| Octal | 215 | 316 | 100 | 40 | 0 | 105 | 23 | 127 | 73 | 65 |
| Binary | 10001101 | 11001110 | 1000000 | 100000 | 0 | 1000101 | 10011 | 1010111 | 111011 | 110101 |
Color Harmonies of #8DCE40
Complementary color
Monochromatic Colors of #8DCE40
Black with #8DCE40
Text Example
Text Example
White with #8DCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE40; }
p { color: rgb(141,206,64); }
H1.HeaderClassName
{
color: #8DCE40;
}
.AnyTagClassName
{
color: #8DCE40;
}
</style>
background-color css
<style>
a { background-color: #8DCE40; }
a { background-color: rgb(141,206,64); }
div.DivClassName
{
background-color: #8DCE40;
}
.BgClassName
{
background-color: #8DCE40;
}
</style>
border-color css
<style>
span { border-color: #8DCE40; }
span { border-color: rgb(141,206,64); }
td.TdClassName
{
border-color: #8DCE40;
}
.TagClassName
{
border-color: #8DCE40;
}
</style>