Shades of Atlantis #7EDD39
Tints of Atlantis #7EDD39
RGB
CMYK
RGB Variations
Color information
#7EDD39 (or 0x7EDD39) is known color: Atlantis. HEX triplet: 7E, DD and 39. RGB value is (126,221,57). Sum of RGB (Red+Green+Blue) = 126+221+57=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD39 is #8122C6. Grayscale: #AEAEAE. Windows color (decimal): -8463047 or 3792254. OLE color: 3792254.
HSL color Cylindrical-coordinate representation of color #7EDD39: hue angle of 94.76º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EDD39 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 57 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.13 |
| HSL | 94.76º | 0.71% | 0.55% | - |
| HSV(B) | 94.76º | 0.74% | 0.87% | - |
| XYZ | 35.2 | 56.44 | 12.91 | - |
| YUV | 173.9 | 62.03 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 57 | 0.43 | 0 | 0.74 | 0.13 | 94.76 | 0.71 | 0.55 |
| Hex | 7E | DD | 39 | 2B | 0 | 4A | D | 5F | 47 | 37 |
| Octal | 176 | 335 | 71 | 53 | 0 | 112 | 15 | 137 | 107 | 67 |
| Binary | 1111110 | 11011101 | 111001 | 101011 | 0 | 1001010 | 1101 | 1011111 | 1000111 | 110111 |
Color Harmonies of #7EDD39
Complementary color
Monochromatic Colors of #7EDD39
Black with #7EDD39
Text Example
Text Example
White with #7EDD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD39; }
p { color: rgb(126,221,57); }
H1.HeaderClassName
{
color: #7EDD39;
}
.AnyTagClassName
{
color: #7EDD39;
}
</style>
background-color css
<style>
a { background-color: #7EDD39; }
a { background-color: rgb(126,221,57); }
div.DivClassName
{
background-color: #7EDD39;
}
.BgClassName
{
background-color: #7EDD39;
}
</style>
border-color css
<style>
span { border-color: #7EDD39; }
span { border-color: rgb(126,221,57); }
td.TdClassName
{
border-color: #7EDD39;
}
.TagClassName
{
border-color: #7EDD39;
}
</style>