Shades of Atlantis #7EE13C
Tints of Atlantis #7EE13C
RGB
CMYK
RGB Variations
Color information
#7EE13C (or 0x7EE13C) is known color: Atlantis. HEX triplet: 7E, E1 and 3C. RGB value is (126,225,60). Sum of RGB (Red+Green+Blue) = 126+225+60=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE13C is #811EC3. Grayscale: #B1B1B1. Windows color (decimal): -8462020 or 3989886. OLE color: 3989886.
HSL color Cylindrical-coordinate representation of color #7EE13C: hue angle of 96º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EE13C is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 60 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.12 |
| HSL | 96º | 0.73% | 0.56% | - |
| HSV(B) | 96º | 0.73% | 0.88% | - |
| XYZ | 36.35 | 58.61 | 13.67 | - |
| YUV | 176.59 | 62.2 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 60 | 0.44 | 0 | 0.73 | 0.12 | 96 | 0.73 | 0.56 |
| Hex | 7E | E1 | 3C | 2C | 0 | 49 | C | 60 | 49 | 38 |
| Octal | 176 | 341 | 74 | 54 | 0 | 111 | 14 | 140 | 111 | 70 |
| Binary | 1111110 | 11100001 | 111100 | 101100 | 0 | 1001001 | 1100 | 1100000 | 1001001 | 111000 |
Color Harmonies of #7EE13C
Complementary color
Monochromatic Colors of #7EE13C
Black with #7EE13C
Text Example
Text Example
White with #7EE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE13C; }
p { color: rgb(126,225,60); }
H1.HeaderClassName
{
color: #7EE13C;
}
.AnyTagClassName
{
color: #7EE13C;
}
</style>
background-color css
<style>
a { background-color: #7EE13C; }
a { background-color: rgb(126,225,60); }
div.DivClassName
{
background-color: #7EE13C;
}
.BgClassName
{
background-color: #7EE13C;
}
</style>
border-color css
<style>
span { border-color: #7EE13C; }
span { border-color: rgb(126,225,60); }
td.TdClassName
{
border-color: #7EE13C;
}
.TagClassName
{
border-color: #7EE13C;
}
</style>