Shades of Atlantis #8EE63D
Tints of Atlantis #8EE63D
RGB
CMYK
RGB Variations
Color information
#8EE63D (or 0x8EE63D) is known color: Atlantis. HEX triplet: 8E, E6 and 3D. RGB value is (142,230,61). Sum of RGB (Red+Green+Blue) = 142+230+61=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 230 (90.23% from 255 or 53.12% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 230 - color contains mainly: green. Hex color #8EE63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EE63D is #7119C2. Grayscale: #B9B9B9. Windows color (decimal): -7412163 or 4056718. OLE color: 4056718.
HSL color Cylindrical-coordinate representation of color #8EE63D: hue angle of 91.24º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8EE63D is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 230 | 61 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.10 |
| HSL | 91.24º | 0.77% | 0.57% | - |
| HSV(B) | 91.24º | 0.73% | 0.9% | - |
| XYZ | 40.29 | 62.68 | 14.39 | - |
| YUV | 184.42 | 58.35 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 230 | 61 | 0.38 | 0 | 0.73 | 0.10 | 91.24 | 0.77 | 0.57 |
| Hex | 8E | E6 | 3D | 26 | 0 | 49 | A | 5B | 4D | 39 |
| Octal | 216 | 346 | 75 | 46 | 0 | 111 | 12 | 133 | 115 | 71 |
| Binary | 10001110 | 11100110 | 111101 | 100110 | 0 | 1001001 | 1010 | 1011011 | 1001101 | 111001 |
Color Harmonies of #8EE63D
Complementary color
Monochromatic Colors of #8EE63D
Black with #8EE63D
Text Example
Text Example
White with #8EE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE63D; }
p { color: rgb(142,230,61); }
H1.HeaderClassName
{
color: #8EE63D;
}
.AnyTagClassName
{
color: #8EE63D;
}
</style>
background-color css
<style>
a { background-color: #8EE63D; }
a { background-color: rgb(142,230,61); }
div.DivClassName
{
background-color: #8EE63D;
}
.BgClassName
{
background-color: #8EE63D;
}
</style>
border-color css
<style>
span { border-color: #8EE63D; }
span { border-color: rgb(142,230,61); }
td.TdClassName
{
border-color: #8EE63D;
}
.TagClassName
{
border-color: #8EE63D;
}
</style>