Shades of Atlantis #7EE134
Tints of Atlantis #7EE134
RGB
CMYK
RGB Variations
Color information
#7EE134 (or 0x7EE134) is known color: Atlantis. HEX triplet: 7E, E1 and 34. RGB value is (126,225,52). Sum of RGB (Red+Green+Blue) = 126+225+52=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 225 (88.28% from 255 or 55.83% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE134 is #811ECB. Grayscale: #B0B0B0. Windows color (decimal): -8462028 or 3465598. OLE color: 3465598.
HSL color Cylindrical-coordinate representation of color #7EE134: hue angle of 94.34º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EE134 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 52 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.12 |
| HSL | 94.34º | 0.74% | 0.54% | - |
| HSV(B) | 94.34º | 0.77% | 0.88% | - |
| XYZ | 36.15 | 58.53 | 12.64 | - |
| YUV | 175.68 | 58.2 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 52 | 0.44 | 0 | 0.77 | 0.12 | 94.34 | 0.74 | 0.54 |
| Hex | 7E | E1 | 34 | 2C | 0 | 4D | C | 5E | 4A | 36 |
| Octal | 176 | 341 | 64 | 54 | 0 | 115 | 14 | 136 | 112 | 66 |
| Binary | 1111110 | 11100001 | 110100 | 101100 | 0 | 1001101 | 1100 | 1011110 | 1001010 | 110110 |
Color Harmonies of #7EE134
Complementary color
Monochromatic Colors of #7EE134
Black with #7EE134
Text Example
Text Example
White with #7EE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE134; }
p { color: rgb(126,225,52); }
H1.HeaderClassName
{
color: #7EE134;
}
.AnyTagClassName
{
color: #7EE134;
}
</style>
background-color css
<style>
a { background-color: #7EE134; }
a { background-color: rgb(126,225,52); }
div.DivClassName
{
background-color: #7EE134;
}
.BgClassName
{
background-color: #7EE134;
}
</style>
border-color css
<style>
span { border-color: #7EE134; }
span { border-color: rgb(126,225,52); }
td.TdClassName
{
border-color: #7EE134;
}
.TagClassName
{
border-color: #7EE134;
}
</style>