Shades of Atlantis #7EDA3C
Tints of Atlantis #7EDA3C
RGB
CMYK
RGB Variations
Color information
#7EDA3C (or 0x7EDA3C) is known color: Atlantis. HEX triplet: 7E, DA and 3C. RGB value is (126,218,60). Sum of RGB (Red+Green+Blue) = 126+218+60=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDA3C is #8125C3. Grayscale: #ADADAD. Windows color (decimal): -8463812 or 3988094. OLE color: 3988094.
HSL color Cylindrical-coordinate representation of color #7EDA3C: hue angle of 94.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EDA3C is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 60 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.15 |
| HSL | 94.94º | 0.68% | 0.55% | - |
| HSV(B) | 94.94º | 0.72% | 0.85% | - |
| XYZ | 34.49 | 54.9 | 13.05 | - |
| YUV | 172.48 | 64.52 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 60 | 0.42 | 0 | 0.72 | 0.15 | 94.94 | 0.68 | 0.55 |
| Hex | 7E | DA | 3C | 2A | 0 | 48 | F | 5F | 44 | 37 |
| Octal | 176 | 332 | 74 | 52 | 0 | 110 | 17 | 137 | 104 | 67 |
| Binary | 1111110 | 11011010 | 111100 | 101010 | 0 | 1001000 | 1111 | 1011111 | 1000100 | 110111 |
Color Harmonies of #7EDA3C
Complementary color
Monochromatic Colors of #7EDA3C
Black with #7EDA3C
Text Example
Text Example
White with #7EDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA3C; }
p { color: rgb(126,218,60); }
H1.HeaderClassName
{
color: #7EDA3C;
}
.AnyTagClassName
{
color: #7EDA3C;
}
</style>
background-color css
<style>
a { background-color: #7EDA3C; }
a { background-color: rgb(126,218,60); }
div.DivClassName
{
background-color: #7EDA3C;
}
.BgClassName
{
background-color: #7EDA3C;
}
</style>
border-color css
<style>
span { border-color: #7EDA3C; }
span { border-color: rgb(126,218,60); }
td.TdClassName
{
border-color: #7EDA3C;
}
.TagClassName
{
border-color: #7EDA3C;
}
</style>