Shades of Atlantis #7EDB3A
Tints of Atlantis #7EDB3A
RGB
CMYK
RGB Variations
Color information
#7EDB3A (or 0x7EDB3A) is known color: Atlantis. HEX triplet: 7E, DB and 3A. RGB value is (126,219,58). Sum of RGB (Red+Green+Blue) = 126+219+58=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDB3A is #8124C5. Grayscale: #ADADAD. Windows color (decimal): -8463558 or 3857278. OLE color: 3857278.
HSL color Cylindrical-coordinate representation of color #7EDB3A: hue angle of 94.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EDB3A is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 219 | 58 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.14 |
| HSL | 94.66º | 0.69% | 0.54% | - |
| HSV(B) | 94.66º | 0.74% | 0.86% | - |
| XYZ | 34.7 | 55.4 | 12.87 | - |
| YUV | 172.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 58 | 0.42 | 0 | 0.74 | 0.14 | 94.66 | 0.69 | 0.54 |
| Hex | 7E | DB | 3A | 2A | 0 | 4A | E | 5F | 45 | 36 |
| Octal | 176 | 333 | 72 | 52 | 0 | 112 | 16 | 137 | 105 | 66 |
| Binary | 1111110 | 11011011 | 111010 | 101010 | 0 | 1001010 | 1110 | 1011111 | 1000101 | 110110 |
Color Harmonies of #7EDB3A
Complementary color
Monochromatic Colors of #7EDB3A
Black with #7EDB3A
Text Example
Text Example
White with #7EDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDB3A; }
p { color: rgb(126,219,58); }
H1.HeaderClassName
{
color: #7EDB3A;
}
.AnyTagClassName
{
color: #7EDB3A;
}
</style>
background-color css
<style>
a { background-color: #7EDB3A; }
a { background-color: rgb(126,219,58); }
div.DivClassName
{
background-color: #7EDB3A;
}
.BgClassName
{
background-color: #7EDB3A;
}
</style>
border-color css
<style>
span { border-color: #7EDB3A; }
span { border-color: rgb(126,219,58); }
td.TdClassName
{
border-color: #7EDB3A;
}
.TagClassName
{
border-color: #7EDB3A;
}
</style>