Shades of Atlantis #7EE93A
Tints of Atlantis #7EE93A
RGB
CMYK
RGB Variations
Color information
#7EE93A (or 0x7EE93A) is known color: Atlantis. HEX triplet: 7E, E9 and 3A. RGB value is (126,233,58). Sum of RGB (Red+Green+Blue) = 126+233+58=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 233 (91.41% from 255 or 55.88% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 233 - color contains mainly: green. Hex color #7EE93A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EE93A is #8116C5. Grayscale: #B5B5B5. Windows color (decimal): -8459974 or 3860862. OLE color: 3860862.
HSL color Cylindrical-coordinate representation of color #7EE93A: hue angle of 96.69º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EE93A is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 233 | 58 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.09 |
| HSL | 96.69º | 0.8% | 0.57% | - |
| HSV(B) | 96.69º | 0.75% | 0.91% | - |
| XYZ | 38.51 | 63.02 | 14.14 | - |
| YUV | 181.06 | 58.55 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 233 | 58 | 0.46 | 0 | 0.75 | 0.09 | 96.69 | 0.8 | 0.57 |
| Hex | 7E | E9 | 3A | 2E | 0 | 4B | 9 | 61 | 50 | 39 |
| Octal | 176 | 351 | 72 | 56 | 0 | 113 | 11 | 141 | 120 | 71 |
| Binary | 1111110 | 11101001 | 111010 | 101110 | 0 | 1001011 | 1001 | 1100001 | 1010000 | 111001 |
Color Harmonies of #7EE93A
Complementary color
Monochromatic Colors of #7EE93A
Black with #7EE93A
Text Example
Text Example
White with #7EE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE93A; }
p { color: rgb(126,233,58); }
H1.HeaderClassName
{
color: #7EE93A;
}
.AnyTagClassName
{
color: #7EE93A;
}
</style>
background-color css
<style>
a { background-color: #7EE93A; }
a { background-color: rgb(126,233,58); }
div.DivClassName
{
background-color: #7EE93A;
}
.BgClassName
{
background-color: #7EE93A;
}
</style>
border-color css
<style>
span { border-color: #7EE93A; }
span { border-color: rgb(126,233,58); }
td.TdClassName
{
border-color: #7EE93A;
}
.TagClassName
{
border-color: #7EE93A;
}
</style>