Shades of Atlantis #7ED93D
Tints of Atlantis #7ED93D
RGB
CMYK
RGB Variations
Color information
#7ED93D (or 0x7ED93D) is known color: Atlantis. HEX triplet: 7E, D9 and 3D. RGB value is (126,217,61). Sum of RGB (Red+Green+Blue) = 126+217+61=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED93D is #8126C2. Grayscale: #ACACAC. Windows color (decimal): -8464067 or 4053374. OLE color: 4053374.
HSL color Cylindrical-coordinate representation of color #7ED93D: hue angle of 95º degrees, saturation: 0.67, 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 #7ED93D is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 61 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.15 |
| HSL | 95º | 0.67% | 0.55% | - |
| HSV(B) | 95º | 0.72% | 0.85% | - |
| XYZ | 34.26 | 54.4 | 13.11 | - |
| YUV | 172.01 | 65.35 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 61 | 0.42 | 0 | 0.72 | 0.15 | 95 | 0.67 | 0.55 |
| Hex | 7E | D9 | 3D | 2A | 0 | 48 | F | 5F | 43 | 37 |
| Octal | 176 | 331 | 75 | 52 | 0 | 110 | 17 | 137 | 103 | 67 |
| Binary | 1111110 | 11011001 | 111101 | 101010 | 0 | 1001000 | 1111 | 1011111 | 1000011 | 110111 |
Color Harmonies of #7ED93D
Complementary color
Monochromatic Colors of #7ED93D
Black with #7ED93D
Text Example
Text Example
White with #7ED93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED93D; }
p { color: rgb(126,217,61); }
H1.HeaderClassName
{
color: #7ED93D;
}
.AnyTagClassName
{
color: #7ED93D;
}
</style>
background-color css
<style>
a { background-color: #7ED93D; }
a { background-color: rgb(126,217,61); }
div.DivClassName
{
background-color: #7ED93D;
}
.BgClassName
{
background-color: #7ED93D;
}
</style>
border-color css
<style>
span { border-color: #7ED93D; }
span { border-color: rgb(126,217,61); }
td.TdClassName
{
border-color: #7ED93D;
}
.TagClassName
{
border-color: #7ED93D;
}
</style>