Shades of Atlantis #7ED937
Tints of Atlantis #7ED937
RGB
CMYK
RGB Variations
Color information
#7ED937 (or 0x7ED937) is known color: Atlantis. HEX triplet: 7E, D9 and 37. RGB value is (126,217,55). Sum of RGB (Red+Green+Blue) = 126+217+55=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED937 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED937 is #8126C8. Grayscale: #ABABAB. Windows color (decimal): -8464073 or 3660158. OLE color: 3660158.
HSL color Cylindrical-coordinate representation of color #7ED937: hue angle of 93.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7ED937 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 55 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.15 |
| HSL | 93.7º | 0.68% | 0.53% | - |
| HSV(B) | 93.7º | 0.75% | 0.85% | - |
| XYZ | 34.11 | 54.34 | 12.3 | - |
| YUV | 171.32 | 62.35 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 55 | 0.42 | 0 | 0.75 | 0.15 | 93.7 | 0.68 | 0.53 |
| Hex | 7E | D9 | 37 | 2A | 0 | 4B | F | 5E | 44 | 35 |
| Octal | 176 | 331 | 67 | 52 | 0 | 113 | 17 | 136 | 104 | 65 |
| Binary | 1111110 | 11011001 | 110111 | 101010 | 0 | 1001011 | 1111 | 1011110 | 1000100 | 110101 |
Color Harmonies of #7ED937
Complementary color
Monochromatic Colors of #7ED937
Black with #7ED937
Text Example
Text Example
White with #7ED937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED937; }
p { color: rgb(126,217,55); }
H1.HeaderClassName
{
color: #7ED937;
}
.AnyTagClassName
{
color: #7ED937;
}
</style>
background-color css
<style>
a { background-color: #7ED937; }
a { background-color: rgb(126,217,55); }
div.DivClassName
{
background-color: #7ED937;
}
.BgClassName
{
background-color: #7ED937;
}
</style>
border-color css
<style>
span { border-color: #7ED937; }
span { border-color: rgb(126,217,55); }
td.TdClassName
{
border-color: #7ED937;
}
.TagClassName
{
border-color: #7ED937;
}
</style>