Shades of Atlantis #7EEC3F
Tints of Atlantis #7EEC3F
RGB
CMYK
RGB Variations
Color information
#7EEC3F (or 0x7EEC3F) is known color: Atlantis. HEX triplet: 7E, EC and 3F. RGB value is (126,236,63). Sum of RGB (Red+Green+Blue) = 126+236+63=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #7EEC3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEC3F is #8113C0. Grayscale: #B7B7B7. Windows color (decimal): -8459201 or 4189310. OLE color: 4189310.
HSL color Cylindrical-coordinate representation of color #7EEC3F: hue angle of 98.15º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EEC3F is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 63 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.07 |
| HSL | 98.15º | 0.82% | 0.59% | - |
| HSV(B) | 98.15º | 0.73% | 0.93% | - |
| XYZ | 39.5 | 64.79 | 15.13 | - |
| YUV | 183.39 | 60.06 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 63 | 0.47 | 0 | 0.73 | 0.07 | 98.15 | 0.82 | 0.59 |
| Hex | 7E | EC | 3F | 2F | 0 | 49 | 7 | 62 | 52 | 3B |
| Octal | 176 | 354 | 77 | 57 | 0 | 111 | 7 | 142 | 122 | 73 |
| Binary | 1111110 | 11101100 | 111111 | 101111 | 0 | 1001001 | 111 | 1100010 | 1010010 | 111011 |
Color Harmonies of #7EEC3F
Complementary color
Monochromatic Colors of #7EEC3F
Black with #7EEC3F
Text Example
Text Example
White with #7EEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEC3F; }
p { color: rgb(126,236,63); }
H1.HeaderClassName
{
color: #7EEC3F;
}
.AnyTagClassName
{
color: #7EEC3F;
}
</style>
background-color css
<style>
a { background-color: #7EEC3F; }
a { background-color: rgb(126,236,63); }
div.DivClassName
{
background-color: #7EEC3F;
}
.BgClassName
{
background-color: #7EEC3F;
}
</style>
border-color css
<style>
span { border-color: #7EEC3F; }
span { border-color: rgb(126,236,63); }
td.TdClassName
{
border-color: #7EEC3F;
}
.TagClassName
{
border-color: #7EEC3F;
}
</style>