Shades of Atlantis #7EE336
Tints of Atlantis #7EE336
RGB
CMYK
RGB Variations
Color information
#7EE336 (or 0x7EE336) is known color: Atlantis. HEX triplet: 7E, E3 and 36. RGB value is (126,227,54). Sum of RGB (Red+Green+Blue) = 126+227+54=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 227 (89.06% from 255 or 55.77% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE336 is #811CC9. Grayscale: #B1B1B1. Windows color (decimal): -8461514 or 3597182. OLE color: 3597182.
HSL color Cylindrical-coordinate representation of color #7EE336: hue angle of 95.03º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EE336 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 227 | 54 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.11 |
| HSL | 95.03º | 0.76% | 0.55% | - |
| HSV(B) | 95.03º | 0.76% | 0.89% | - |
| XYZ | 36.74 | 59.64 | 13.07 | - |
| YUV | 177.08 | 58.54 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 227 | 54 | 0.44 | 0 | 0.76 | 0.11 | 95.03 | 0.76 | 0.55 |
| Hex | 7E | E3 | 36 | 2C | 0 | 4C | B | 5F | 4C | 37 |
| Octal | 176 | 343 | 66 | 54 | 0 | 114 | 13 | 137 | 114 | 67 |
| Binary | 1111110 | 11100011 | 110110 | 101100 | 0 | 1001100 | 1011 | 1011111 | 1001100 | 110111 |
Color Harmonies of #7EE336
Complementary color
Monochromatic Colors of #7EE336
Black with #7EE336
Text Example
Text Example
White with #7EE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE336; }
p { color: rgb(126,227,54); }
H1.HeaderClassName
{
color: #7EE336;
}
.AnyTagClassName
{
color: #7EE336;
}
</style>
background-color css
<style>
a { background-color: #7EE336; }
a { background-color: rgb(126,227,54); }
div.DivClassName
{
background-color: #7EE336;
}
.BgClassName
{
background-color: #7EE336;
}
</style>
border-color css
<style>
span { border-color: #7EE336; }
span { border-color: rgb(126,227,54); }
td.TdClassName
{
border-color: #7EE336;
}
.TagClassName
{
border-color: #7EE336;
}
</style>