Shades of Atlantis #7EE141
Tints of Atlantis #7EE141
RGB
CMYK
RGB Variations
Color information
#7EE141 (or 0x7EE141) is known color: Atlantis. HEX triplet: 7E, E1 and 41. RGB value is (126,225,65). Sum of RGB (Red+Green+Blue) = 126+225+65=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE141 is #811EBE. Grayscale: #B1B1B1. Windows color (decimal): -8462015 or 4317566. OLE color: 4317566.
HSL color Cylindrical-coordinate representation of color #7EE141: hue angle of 97.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EE141 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 65 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.12 |
| HSL | 97.13º | 0.73% | 0.57% | - |
| HSV(B) | 97.13º | 0.71% | 0.88% | - |
| XYZ | 36.48 | 58.67 | 14.4 | - |
| YUV | 177.16 | 64.7 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 65 | 0.44 | 0 | 0.71 | 0.12 | 97.13 | 0.73 | 0.57 |
| Hex | 7E | E1 | 41 | 2C | 0 | 47 | C | 61 | 49 | 39 |
| Octal | 176 | 341 | 101 | 54 | 0 | 107 | 14 | 141 | 111 | 71 |
| Binary | 1111110 | 11100001 | 1000001 | 101100 | 0 | 1000111 | 1100 | 1100001 | 1001001 | 111001 |
Color Harmonies of #7EE141
Complementary color
Monochromatic Colors of #7EE141
Black with #7EE141
Text Example
Text Example
White with #7EE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE141; }
p { color: rgb(126,225,65); }
H1.HeaderClassName
{
color: #7EE141;
}
.AnyTagClassName
{
color: #7EE141;
}
</style>
background-color css
<style>
a { background-color: #7EE141; }
a { background-color: rgb(126,225,65); }
div.DivClassName
{
background-color: #7EE141;
}
.BgClassName
{
background-color: #7EE141;
}
</style>
border-color css
<style>
span { border-color: #7EE141; }
span { border-color: rgb(126,225,65); }
td.TdClassName
{
border-color: #7EE141;
}
.TagClassName
{
border-color: #7EE141;
}
</style>