Shades of Atlantis #7EE240
Tints of Atlantis #7EE240
RGB
CMYK
RGB Variations
Color information
#7EE240 (or 0x7EE240) is known color: Atlantis. HEX triplet: 7E, E2 and 40. RGB value is (126,226,64). Sum of RGB (Red+Green+Blue) = 126+226+64=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 226 (88.67% from 255 or 54.33% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 226 - color contains mainly: green. Hex color #7EE240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE240 is #811DBF. Grayscale: #B2B2B2. Windows color (decimal): -8461760 or 4252286. OLE color: 4252286.
HSL color Cylindrical-coordinate representation of color #7EE240: hue angle of 97.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EE240 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 226 | 64 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.11 |
| HSL | 97.04º | 0.74% | 0.57% | - |
| HSV(B) | 97.04º | 0.72% | 0.89% | - |
| XYZ | 36.73 | 59.2 | 14.34 | - |
| YUV | 177.63 | 63.87 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 226 | 64 | 0.44 | 0 | 0.72 | 0.11 | 97.04 | 0.74 | 0.57 |
| Hex | 7E | E2 | 40 | 2C | 0 | 48 | B | 61 | 4A | 39 |
| Octal | 176 | 342 | 100 | 54 | 0 | 110 | 13 | 141 | 112 | 71 |
| Binary | 1111110 | 11100010 | 1000000 | 101100 | 0 | 1001000 | 1011 | 1100001 | 1001010 | 111001 |
Color Harmonies of #7EE240
Complementary color
Monochromatic Colors of #7EE240
Black with #7EE240
Text Example
Text Example
White with #7EE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE240; }
p { color: rgb(126,226,64); }
H1.HeaderClassName
{
color: #7EE240;
}
.AnyTagClassName
{
color: #7EE240;
}
</style>
background-color css
<style>
a { background-color: #7EE240; }
a { background-color: rgb(126,226,64); }
div.DivClassName
{
background-color: #7EE240;
}
.BgClassName
{
background-color: #7EE240;
}
</style>
border-color css
<style>
span { border-color: #7EE240; }
span { border-color: rgb(126,226,64); }
td.TdClassName
{
border-color: #7EE240;
}
.TagClassName
{
border-color: #7EE240;
}
</style>