Shades of Atlantis #8ED83D
Tints of Atlantis #8ED83D
RGB
CMYK
RGB Variations
Color information
#8ED83D (or 0x8ED83D) is known color: Atlantis. HEX triplet: 8E, D8 and 3D. RGB value is (142,216,61). Sum of RGB (Red+Green+Blue) = 142+216+61=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED83D is #7127C2. Grayscale: #B0B0B0. Windows color (decimal): -7415747 or 4053134. OLE color: 4053134.
HSL color Cylindrical-coordinate representation of color #8ED83D: hue angle of 88.65º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8ED83D is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 61 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.15 |
| HSL | 88.65º | 0.67% | 0.54% | - |
| HSV(B) | 88.65º | 0.72% | 0.85% | - |
| XYZ | 36.55 | 55.2 | 13.14 | - |
| YUV | 176.2 | 62.98 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 61 | 0.34 | 0 | 0.72 | 0.15 | 88.65 | 0.67 | 0.54 |
| Hex | 8E | D8 | 3D | 22 | 0 | 48 | F | 59 | 43 | 36 |
| Octal | 216 | 330 | 75 | 42 | 0 | 110 | 17 | 131 | 103 | 66 |
| Binary | 10001110 | 11011000 | 111101 | 100010 | 0 | 1001000 | 1111 | 1011001 | 1000011 | 110110 |
Color Harmonies of #8ED83D
Complementary color
Monochromatic Colors of #8ED83D
Black with #8ED83D
Text Example
Text Example
White with #8ED83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED83D; }
p { color: rgb(142,216,61); }
H1.HeaderClassName
{
color: #8ED83D;
}
.AnyTagClassName
{
color: #8ED83D;
}
</style>
background-color css
<style>
a { background-color: #8ED83D; }
a { background-color: rgb(142,216,61); }
div.DivClassName
{
background-color: #8ED83D;
}
.BgClassName
{
background-color: #8ED83D;
}
</style>
border-color css
<style>
span { border-color: #8ED83D; }
span { border-color: rgb(142,216,61); }
td.TdClassName
{
border-color: #8ED83D;
}
.TagClassName
{
border-color: #8ED83D;
}
</style>