Shades of Atlantis #7EDC3E
Tints of Atlantis #7EDC3E
RGB
CMYK
RGB Variations
Color information
#7EDC3E (or 0x7EDC3E) is known color: Atlantis. HEX triplet: 7E, DC and 3E. RGB value is (126,220,62). Sum of RGB (Red+Green+Blue) = 126+220+62=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDC3E is #8123C1. Grayscale: #AEAEAE. Windows color (decimal): -8463298 or 4119678. OLE color: 4119678.
HSL color Cylindrical-coordinate representation of color #7EDC3E: hue angle of 95.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EDC3E is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 62 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.14 |
| HSL | 95.7º | 0.69% | 0.55% | - |
| HSV(B) | 95.7º | 0.72% | 0.86% | - |
| XYZ | 35.07 | 55.97 | 13.51 | - |
| YUV | 173.88 | 64.86 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 62 | 0.43 | 0 | 0.72 | 0.14 | 95.7 | 0.69 | 0.55 |
| Hex | 7E | DC | 3E | 2B | 0 | 48 | E | 60 | 45 | 37 |
| Octal | 176 | 334 | 76 | 53 | 0 | 110 | 16 | 140 | 105 | 67 |
| Binary | 1111110 | 11011100 | 111110 | 101011 | 0 | 1001000 | 1110 | 1100000 | 1000101 | 110111 |
Color Harmonies of #7EDC3E
Complementary color
Monochromatic Colors of #7EDC3E
Black with #7EDC3E
Text Example
Text Example
White with #7EDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC3E; }
p { color: rgb(126,220,62); }
H1.HeaderClassName
{
color: #7EDC3E;
}
.AnyTagClassName
{
color: #7EDC3E;
}
</style>
background-color css
<style>
a { background-color: #7EDC3E; }
a { background-color: rgb(126,220,62); }
div.DivClassName
{
background-color: #7EDC3E;
}
.BgClassName
{
background-color: #7EDC3E;
}
</style>
border-color css
<style>
span { border-color: #7EDC3E; }
span { border-color: rgb(126,220,62); }
td.TdClassName
{
border-color: #7EDC3E;
}
.TagClassName
{
border-color: #7EDC3E;
}
</style>