Shades of Atlantis #7EE53D
Tints of Atlantis #7EE53D
RGB
CMYK
RGB Variations
Color information
#7EE53D (or 0x7EE53D) is known color: Atlantis. HEX triplet: 7E, E5 and 3D. RGB value is (126,229,61). Sum of RGB (Red+Green+Blue) = 126+229+61=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 229 (89.84% from 255 or 55.05% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE53D is #811AC2. Grayscale: #B3B3B3. Windows color (decimal): -8460995 or 4056446. OLE color: 4056446.
HSL color Cylindrical-coordinate representation of color #7EE53D: hue angle of 96.79º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EE53D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 61 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.10 |
| HSL | 96.79º | 0.76% | 0.57% | - |
| HSV(B) | 96.79º | 0.73% | 0.9% | - |
| XYZ | 37.47 | 60.81 | 14.18 | - |
| YUV | 179.05 | 61.38 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 61 | 0.45 | 0 | 0.73 | 0.10 | 96.79 | 0.76 | 0.57 |
| Hex | 7E | E5 | 3D | 2D | 0 | 49 | A | 61 | 4C | 39 |
| Octal | 176 | 345 | 75 | 55 | 0 | 111 | 12 | 141 | 114 | 71 |
| Binary | 1111110 | 11100101 | 111101 | 101101 | 0 | 1001001 | 1010 | 1100001 | 1001100 | 111001 |
Color Harmonies of #7EE53D
Complementary color
Monochromatic Colors of #7EE53D
Black with #7EE53D
Text Example
Text Example
White with #7EE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE53D; }
p { color: rgb(126,229,61); }
H1.HeaderClassName
{
color: #7EE53D;
}
.AnyTagClassName
{
color: #7EE53D;
}
</style>
background-color css
<style>
a { background-color: #7EE53D; }
a { background-color: rgb(126,229,61); }
div.DivClassName
{
background-color: #7EE53D;
}
.BgClassName
{
background-color: #7EE53D;
}
</style>
border-color css
<style>
span { border-color: #7EE53D; }
span { border-color: rgb(126,229,61); }
td.TdClassName
{
border-color: #7EE53D;
}
.TagClassName
{
border-color: #7EE53D;
}
</style>