Shades of Atlantis #8DEC40
Tints of Atlantis #8DEC40
RGB
CMYK
RGB Variations
Color information
#8DEC40 (or 0x8DEC40) is known color: Atlantis. HEX triplet: 8D, EC and 40. RGB value is (141,236,64). Sum of RGB (Red+Green+Blue) = 141+236+64=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #8DEC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEC40 is #7213BF. Grayscale: #BCBCBC. Windows color (decimal): -7476160 or 4254861. OLE color: 4254861.
HSL color Cylindrical-coordinate representation of color #8DEC40: hue angle of 93.14º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DEC40 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 64 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.07 |
| HSL | 93.14º | 0.82% | 0.59% | - |
| HSV(B) | 93.14º | 0.73% | 0.93% | - |
| XYZ | 41.91 | 66.02 | 15.39 | - |
| YUV | 187.99 | 58.03 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 64 | 0.40 | 0 | 0.73 | 0.07 | 93.14 | 0.82 | 0.59 |
| Hex | 8D | EC | 40 | 28 | 0 | 49 | 7 | 5D | 52 | 3B |
| Octal | 215 | 354 | 100 | 50 | 0 | 111 | 7 | 135 | 122 | 73 |
| Binary | 10001101 | 11101100 | 1000000 | 101000 | 0 | 1001001 | 111 | 1011101 | 1010010 | 111011 |
Color Harmonies of #8DEC40
Complementary color
Monochromatic Colors of #8DEC40
Black with #8DEC40
Text Example
Text Example
White with #8DEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEC40; }
p { color: rgb(141,236,64); }
H1.HeaderClassName
{
color: #8DEC40;
}
.AnyTagClassName
{
color: #8DEC40;
}
</style>
background-color css
<style>
a { background-color: #8DEC40; }
a { background-color: rgb(141,236,64); }
div.DivClassName
{
background-color: #8DEC40;
}
.BgClassName
{
background-color: #8DEC40;
}
</style>
border-color css
<style>
span { border-color: #8DEC40; }
span { border-color: rgb(141,236,64); }
td.TdClassName
{
border-color: #8DEC40;
}
.TagClassName
{
border-color: #8DEC40;
}
</style>