Shades of Atlantis #8DE94E
Tints of Atlantis #8DE94E
RGB
CMYK
RGB Variations
Color information
#8DE94E (or 0x8DE94E) is known color: Atlantis. HEX triplet: 8D, E9 and 4E. RGB value is (141,233,78). Sum of RGB (Red+Green+Blue) = 141+233+78=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DE94E is #7216B1. Grayscale: #BCBCBC. Windows color (decimal): -7476914 or 5171597. OLE color: 5171597.
HSL color Cylindrical-coordinate representation of color #8DE94E: hue angle of 95.61º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DE94E is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 233 | 78 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.09 |
| HSL | 95.61º | 0.78% | 0.61% | - |
| HSV(B) | 95.61º | 0.67% | 0.91% | - |
| XYZ | 41.5 | 64.49 | 17.47 | - |
| YUV | 187.82 | 66.02 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 233 | 78 | 0.39 | 0 | 0.67 | 0.09 | 95.61 | 0.78 | 0.61 |
| Hex | 8D | E9 | 4E | 27 | 0 | 43 | 9 | 60 | 4E | 3D |
| Octal | 215 | 351 | 116 | 47 | 0 | 103 | 11 | 140 | 116 | 75 |
| Binary | 10001101 | 11101001 | 1001110 | 100111 | 0 | 1000011 | 1001 | 1100000 | 1001110 | 111101 |
Color Harmonies of #8DE94E
Complementary color
Monochromatic Colors of #8DE94E
Black with #8DE94E
Text Example
Text Example
White with #8DE94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE94E; }
p { color: rgb(141,233,78); }
H1.HeaderClassName
{
color: #8DE94E;
}
.AnyTagClassName
{
color: #8DE94E;
}
</style>
background-color css
<style>
a { background-color: #8DE94E; }
a { background-color: rgb(141,233,78); }
div.DivClassName
{
background-color: #8DE94E;
}
.BgClassName
{
background-color: #8DE94E;
}
</style>
border-color css
<style>
span { border-color: #8DE94E; }
span { border-color: rgb(141,233,78); }
td.TdClassName
{
border-color: #8DE94E;
}
.TagClassName
{
border-color: #8DE94E;
}
</style>