Shades of Atlantis #7EE03C
Tints of Atlantis #7EE03C
RGB
CMYK
RGB Variations
Color information
#7EE03C (or 0x7EE03C) is known color: Atlantis. HEX triplet: 7E, E0 and 3C. RGB value is (126,224,60). Sum of RGB (Red+Green+Blue) = 126+224+60=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE03C is #811FC3. Grayscale: #B0B0B0. Windows color (decimal): -8462276 or 3989630. OLE color: 3989630.
HSL color Cylindrical-coordinate representation of color #7EE03C: hue angle of 95.85º 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 #7EE03C is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 60 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.12 |
| HSL | 95.85º | 0.73% | 0.56% | - |
| HSV(B) | 95.85º | 0.73% | 0.88% | - |
| XYZ | 36.08 | 58.07 | 13.58 | - |
| YUV | 176 | 62.53 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 60 | 0.44 | 0 | 0.73 | 0.12 | 95.85 | 0.73 | 0.56 |
| Hex | 7E | E0 | 3C | 2C | 0 | 49 | C | 60 | 49 | 38 |
| Octal | 176 | 340 | 74 | 54 | 0 | 111 | 14 | 140 | 111 | 70 |
| Binary | 1111110 | 11100000 | 111100 | 101100 | 0 | 1001001 | 1100 | 1100000 | 1001001 | 111000 |
Color Harmonies of #7EE03C
Complementary color
Monochromatic Colors of #7EE03C
Black with #7EE03C
Text Example
Text Example
White with #7EE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE03C; }
p { color: rgb(126,224,60); }
H1.HeaderClassName
{
color: #7EE03C;
}
.AnyTagClassName
{
color: #7EE03C;
}
</style>
background-color css
<style>
a { background-color: #7EE03C; }
a { background-color: rgb(126,224,60); }
div.DivClassName
{
background-color: #7EE03C;
}
.BgClassName
{
background-color: #7EE03C;
}
</style>
border-color css
<style>
span { border-color: #7EE03C; }
span { border-color: rgb(126,224,60); }
td.TdClassName
{
border-color: #7EE03C;
}
.TagClassName
{
border-color: #7EE03C;
}
</style>