Shades of Atlantis #8DF04E
Tints of Atlantis #8DF04E
RGB
CMYK
RGB Variations
Color information
#8DF04E (or 0x8DF04E) is known color: Atlantis. HEX triplet: 8D, F0 and 4E. RGB value is (141,240,78). Sum of RGB (Red+Green+Blue) = 141+240+78=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF04E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF04E is #720FB1. Grayscale: #C0C0C0. Windows color (decimal): -7475122 or 5173389. OLE color: 5173389.
HSL color Cylindrical-coordinate representation of color #8DF04E: hue angle of 96.67º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8DF04E is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 78 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.06 |
| HSL | 96.67º | 0.84% | 0.62% | - |
| HSV(B) | 96.67º | 0.68% | 0.94% | - |
| XYZ | 43.52 | 68.53 | 18.14 | - |
| YUV | 191.93 | 63.7 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 78 | 0.41 | 0 | 0.68 | 0.06 | 96.67 | 0.84 | 0.62 |
| Hex | 8D | F0 | 4E | 29 | 0 | 44 | 6 | 61 | 54 | 3E |
| Octal | 215 | 360 | 116 | 51 | 0 | 104 | 6 | 141 | 124 | 76 |
| Binary | 10001101 | 11110000 | 1001110 | 101001 | 0 | 1000100 | 110 | 1100001 | 1010100 | 111110 |
Color Harmonies of #8DF04E
Complementary color
Monochromatic Colors of #8DF04E
Black with #8DF04E
Text Example
Text Example
White with #8DF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF04E; }
p { color: rgb(141,240,78); }
H1.HeaderClassName
{
color: #8DF04E;
}
.AnyTagClassName
{
color: #8DF04E;
}
</style>
background-color css
<style>
a { background-color: #8DF04E; }
a { background-color: rgb(141,240,78); }
div.DivClassName
{
background-color: #8DF04E;
}
.BgClassName
{
background-color: #8DF04E;
}
</style>
border-color css
<style>
span { border-color: #8DF04E; }
span { border-color: rgb(141,240,78); }
td.TdClassName
{
border-color: #8DF04E;
}
.TagClassName
{
border-color: #8DF04E;
}
</style>