Shades of Atlantis #7ED83A
Tints of Atlantis #7ED83A
RGB
CMYK
RGB Variations
Color information
#7ED83A (or 0x7ED83A) is known color: Atlantis. HEX triplet: 7E, D8 and 3A. RGB value is (126,216,58). Sum of RGB (Red+Green+Blue) = 126+216+58=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED83A is #8127C5. Grayscale: #ABABAB. Windows color (decimal): -8464326 or 3856510. OLE color: 3856510.
HSL color Cylindrical-coordinate representation of color #7ED83A: hue angle of 94.18º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7ED83A is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 58 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.15 |
| HSL | 94.18º | 0.67% | 0.54% | - |
| HSV(B) | 94.18º | 0.73% | 0.85% | - |
| XYZ | 33.92 | 53.85 | 12.61 | - |
| YUV | 171.08 | 64.18 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 58 | 0.42 | 0 | 0.73 | 0.15 | 94.18 | 0.67 | 0.54 |
| Hex | 7E | D8 | 3A | 2A | 0 | 49 | F | 5E | 43 | 36 |
| Octal | 176 | 330 | 72 | 52 | 0 | 111 | 17 | 136 | 103 | 66 |
| Binary | 1111110 | 11011000 | 111010 | 101010 | 0 | 1001001 | 1111 | 1011110 | 1000011 | 110110 |
Color Harmonies of #7ED83A
Complementary color
Monochromatic Colors of #7ED83A
Black with #7ED83A
Text Example
Text Example
White with #7ED83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED83A; }
p { color: rgb(126,216,58); }
H1.HeaderClassName
{
color: #7ED83A;
}
.AnyTagClassName
{
color: #7ED83A;
}
</style>
background-color css
<style>
a { background-color: #7ED83A; }
a { background-color: rgb(126,216,58); }
div.DivClassName
{
background-color: #7ED83A;
}
.BgClassName
{
background-color: #7ED83A;
}
</style>
border-color css
<style>
span { border-color: #7ED83A; }
span { border-color: rgb(126,216,58); }
td.TdClassName
{
border-color: #7ED83A;
}
.TagClassName
{
border-color: #7ED83A;
}
</style>