Shades of Atlantis #7ED83D
Tints of Atlantis #7ED83D
RGB
CMYK
RGB Variations
Color information
#7ED83D (or 0x7ED83D) is known color: Atlantis. HEX triplet: 7E, D8 and 3D. RGB value is (126,216,61). Sum of RGB (Red+Green+Blue) = 126+216+61=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED83D is #8127C2. Grayscale: #ABABAB. Windows color (decimal): -8464323 or 4053118. OLE color: 4053118.
HSL color Cylindrical-coordinate representation of color #7ED83D: hue angle of 94.84º 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 #7ED83D is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 61 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.15 |
| HSL | 94.84º | 0.67% | 0.54% | - |
| HSV(B) | 94.84º | 0.72% | 0.85% | - |
| XYZ | 34 | 53.88 | 13.02 | - |
| YUV | 171.42 | 65.68 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 61 | 0.42 | 0 | 0.72 | 0.15 | 94.84 | 0.67 | 0.54 |
| Hex | 7E | D8 | 3D | 2A | 0 | 48 | F | 5F | 43 | 36 |
| Octal | 176 | 330 | 75 | 52 | 0 | 110 | 17 | 137 | 103 | 66 |
| Binary | 1111110 | 11011000 | 111101 | 101010 | 0 | 1001000 | 1111 | 1011111 | 1000011 | 110110 |
Color Harmonies of #7ED83D
Complementary color
Monochromatic Colors of #7ED83D
Black with #7ED83D
Text Example
Text Example
White with #7ED83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED83D; }
p { color: rgb(126,216,61); }
H1.HeaderClassName
{
color: #7ED83D;
}
.AnyTagClassName
{
color: #7ED83D;
}
</style>
background-color css
<style>
a { background-color: #7ED83D; }
a { background-color: rgb(126,216,61); }
div.DivClassName
{
background-color: #7ED83D;
}
.BgClassName
{
background-color: #7ED83D;
}
</style>
border-color css
<style>
span { border-color: #7ED83D; }
span { border-color: rgb(126,216,61); }
td.TdClassName
{
border-color: #7ED83D;
}
.TagClassName
{
border-color: #7ED83D;
}
</style>