Shades of Atlantis #7EE93D
Tints of Atlantis #7EE93D
RGB
CMYK
RGB Variations
Color information
#7EE93D (or 0x7EE93D) is known color: Atlantis. HEX triplet: 7E, E9 and 3D. RGB value is (126,233,61). Sum of RGB (Red+Green+Blue) = 126+233+61=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 233 (91.41% from 255 or 55.48% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 233 - color contains mainly: green. Hex color #7EE93D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EE93D is #8116C2. Grayscale: #B5B5B5. Windows color (decimal): -8459971 or 4057470. OLE color: 4057470.
HSL color Cylindrical-coordinate representation of color #7EE93D: hue angle of 97.33º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EE93D is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 233 | 61 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.09 |
| HSL | 97.33º | 0.8% | 0.58% | - |
| HSV(B) | 97.33º | 0.74% | 0.91% | - |
| XYZ | 38.59 | 63.05 | 14.55 | - |
| YUV | 181.4 | 60.05 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 233 | 61 | 0.46 | 0 | 0.74 | 0.09 | 97.33 | 0.8 | 0.58 |
| Hex | 7E | E9 | 3D | 2E | 0 | 4A | 9 | 61 | 50 | 3A |
| Octal | 176 | 351 | 75 | 56 | 0 | 112 | 11 | 141 | 120 | 72 |
| Binary | 1111110 | 11101001 | 111101 | 101110 | 0 | 1001010 | 1001 | 1100001 | 1010000 | 111010 |
Color Harmonies of #7EE93D
Complementary color
Monochromatic Colors of #7EE93D
Black with #7EE93D
Text Example
Text Example
White with #7EE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE93D; }
p { color: rgb(126,233,61); }
H1.HeaderClassName
{
color: #7EE93D;
}
.AnyTagClassName
{
color: #7EE93D;
}
</style>
background-color css
<style>
a { background-color: #7EE93D; }
a { background-color: rgb(126,233,61); }
div.DivClassName
{
background-color: #7EE93D;
}
.BgClassName
{
background-color: #7EE93D;
}
</style>
border-color css
<style>
span { border-color: #7EE93D; }
span { border-color: rgb(126,233,61); }
td.TdClassName
{
border-color: #7EE93D;
}
.TagClassName
{
border-color: #7EE93D;
}
</style>