Shades of Atlantis #7ED839
Tints of Atlantis #7ED839
RGB
CMYK
RGB Variations
Color information
#7ED839 (or 0x7ED839) is known color: Atlantis. HEX triplet: 7E, D8 and 39. RGB value is (126,216,57). Sum of RGB (Red+Green+Blue) = 126+216+57=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED839 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED839 is #8127C6. Grayscale: #ABABAB. Windows color (decimal): -8464327 or 3790974. OLE color: 3790974.
HSL color Cylindrical-coordinate representation of color #7ED839: hue angle of 93.96º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7ED839 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 57 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.15 |
| HSL | 93.96º | 0.67% | 0.54% | - |
| HSV(B) | 93.96º | 0.74% | 0.85% | - |
| XYZ | 33.9 | 53.84 | 12.48 | - |
| YUV | 170.96 | 63.68 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 57 | 0.42 | 0 | 0.74 | 0.15 | 93.96 | 0.67 | 0.54 |
| Hex | 7E | D8 | 39 | 2A | 0 | 4A | F | 5E | 43 | 36 |
| Octal | 176 | 330 | 71 | 52 | 0 | 112 | 17 | 136 | 103 | 66 |
| Binary | 1111110 | 11011000 | 111001 | 101010 | 0 | 1001010 | 1111 | 1011110 | 1000011 | 110110 |
Color Harmonies of #7ED839
Complementary color
Monochromatic Colors of #7ED839
Black with #7ED839
Text Example
Text Example
White with #7ED839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED839; }
p { color: rgb(126,216,57); }
H1.HeaderClassName
{
color: #7ED839;
}
.AnyTagClassName
{
color: #7ED839;
}
</style>
background-color css
<style>
a { background-color: #7ED839; }
a { background-color: rgb(126,216,57); }
div.DivClassName
{
background-color: #7ED839;
}
.BgClassName
{
background-color: #7ED839;
}
</style>
border-color css
<style>
span { border-color: #7ED839; }
span { border-color: rgb(126,216,57); }
td.TdClassName
{
border-color: #7ED839;
}
.TagClassName
{
border-color: #7ED839;
}
</style>