Shades of Atlantis #7EED40
Tints of Atlantis #7EED40
RGB
CMYK
RGB Variations
Color information
#7EED40 (or 0x7EED40) is known color: Atlantis. HEX triplet: 7E, ED and 40. RGB value is (126,237,64). Sum of RGB (Red+Green+Blue) = 126+237+64=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 237 (92.97% from 255 or 55.50% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 237 - color contains mainly: green. Hex color #7EED40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EED40 is #8112BF. Grayscale: #B8B8B8. Windows color (decimal): -8458944 or 4255102. OLE color: 4255102.
HSL color Cylindrical-coordinate representation of color #7EED40: hue angle of 98.5º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EED40 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 237 | 64 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.07 |
| HSL | 98.5º | 0.83% | 0.59% | - |
| HSV(B) | 98.5º | 0.73% | 0.93% | - |
| XYZ | 39.81 | 65.37 | 15.37 | - |
| YUV | 184.09 | 60.23 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 237 | 64 | 0.47 | 0 | 0.73 | 0.07 | 98.5 | 0.83 | 0.59 |
| Hex | 7E | ED | 40 | 2F | 0 | 49 | 7 | 62 | 53 | 3B |
| Octal | 176 | 355 | 100 | 57 | 0 | 111 | 7 | 142 | 123 | 73 |
| Binary | 1111110 | 11101101 | 1000000 | 101111 | 0 | 1001001 | 111 | 1100010 | 1010011 | 111011 |
Color Harmonies of #7EED40
Complementary color
Monochromatic Colors of #7EED40
Black with #7EED40
Text Example
Text Example
White with #7EED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EED40; }
p { color: rgb(126,237,64); }
H1.HeaderClassName
{
color: #7EED40;
}
.AnyTagClassName
{
color: #7EED40;
}
</style>
background-color css
<style>
a { background-color: #7EED40; }
a { background-color: rgb(126,237,64); }
div.DivClassName
{
background-color: #7EED40;
}
.BgClassName
{
background-color: #7EED40;
}
</style>
border-color css
<style>
span { border-color: #7EED40; }
span { border-color: rgb(126,237,64); }
td.TdClassName
{
border-color: #7EED40;
}
.TagClassName
{
border-color: #7EED40;
}
</style>