Shades of Atlantis #7EDD3B
Tints of Atlantis #7EDD3B
RGB
CMYK
RGB Variations
Color information
#7EDD3B (or 0x7EDD3B) is known color: Atlantis. HEX triplet: 7E, DD and 3B. RGB value is (126,221,59). Sum of RGB (Red+Green+Blue) = 126+221+59=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EDD3B is #8122C4. Grayscale: #AEAEAE. Windows color (decimal): -8463045 or 3923326. OLE color: 3923326.
HSL color Cylindrical-coordinate representation of color #7EDD3B: hue angle of 95.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EDD3B is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 59 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.13 |
| HSL | 95.19º | 0.7% | 0.55% | - |
| HSV(B) | 95.19º | 0.73% | 0.87% | - |
| XYZ | 35.25 | 56.46 | 13.18 | - |
| YUV | 174.13 | 63.03 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 59 | 0.43 | 0 | 0.73 | 0.13 | 95.19 | 0.7 | 0.55 |
| Hex | 7E | DD | 3B | 2B | 0 | 49 | D | 5F | 46 | 37 |
| Octal | 176 | 335 | 73 | 53 | 0 | 111 | 15 | 137 | 106 | 67 |
| Binary | 1111110 | 11011101 | 111011 | 101011 | 0 | 1001001 | 1101 | 1011111 | 1000110 | 110111 |
Color Harmonies of #7EDD3B
Complementary color
Monochromatic Colors of #7EDD3B
Black with #7EDD3B
Text Example
Text Example
White with #7EDD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD3B; }
p { color: rgb(126,221,59); }
H1.HeaderClassName
{
color: #7EDD3B;
}
.AnyTagClassName
{
color: #7EDD3B;
}
</style>
background-color css
<style>
a { background-color: #7EDD3B; }
a { background-color: rgb(126,221,59); }
div.DivClassName
{
background-color: #7EDD3B;
}
.BgClassName
{
background-color: #7EDD3B;
}
</style>
border-color css
<style>
span { border-color: #7EDD3B; }
span { border-color: rgb(126,221,59); }
td.TdClassName
{
border-color: #7EDD3B;
}
.TagClassName
{
border-color: #7EDD3B;
}
</style>