Shades of Atlantis #7EEA43
Tints of Atlantis #7EEA43
RGB
CMYK
RGB Variations
Color information
#7EEA43 (or 0x7EEA43) is known color: Atlantis. HEX triplet: 7E, EA and 43. RGB value is (126,234,67). Sum of RGB (Red+Green+Blue) = 126+234+67=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA43 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEA43 is #8115BC. Grayscale: #B7B7B7. Windows color (decimal): -8459709 or 4450942. OLE color: 4450942.
HSL color Cylindrical-coordinate representation of color #7EEA43: hue angle of 98.8º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EEA43 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 234 | 67 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.08 |
| HSL | 98.8º | 0.8% | 0.59% | - |
| HSV(B) | 98.8º | 0.71% | 0.92% | - |
| XYZ | 39.04 | 63.69 | 15.55 | - |
| YUV | 182.67 | 62.72 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 234 | 67 | 0.46 | 0 | 0.71 | 0.08 | 98.8 | 0.8 | 0.59 |
| Hex | 7E | EA | 43 | 2E | 0 | 47 | 8 | 63 | 50 | 3B |
| Octal | 176 | 352 | 103 | 56 | 0 | 107 | 10 | 143 | 120 | 73 |
| Binary | 1111110 | 11101010 | 1000011 | 101110 | 0 | 1000111 | 1000 | 1100011 | 1010000 | 111011 |
Color Harmonies of #7EEA43
Complementary color
Monochromatic Colors of #7EEA43
Black with #7EEA43
Text Example
Text Example
White with #7EEA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEA43; }
p { color: rgb(126,234,67); }
H1.HeaderClassName
{
color: #7EEA43;
}
.AnyTagClassName
{
color: #7EEA43;
}
</style>
background-color css
<style>
a { background-color: #7EEA43; }
a { background-color: rgb(126,234,67); }
div.DivClassName
{
background-color: #7EEA43;
}
.BgClassName
{
background-color: #7EEA43;
}
</style>
border-color css
<style>
span { border-color: #7EEA43; }
span { border-color: rgb(126,234,67); }
td.TdClassName
{
border-color: #7EEA43;
}
.TagClassName
{
border-color: #7EEA43;
}
</style>