Shades of Atlantis #7EE83D
Tints of Atlantis #7EE83D
RGB
CMYK
RGB Variations
Color information
#7EE83D (or 0x7EE83D) is known color: Atlantis. HEX triplet: 7E, E8 and 3D. RGB value is (126,232,61). Sum of RGB (Red+Green+Blue) = 126+232+61=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #7EE83D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EE83D is #8117C2. Grayscale: #B5B5B5. Windows color (decimal): -8460227 or 4057214. OLE color: 4057214.
HSL color Cylindrical-coordinate representation of color #7EE83D: hue angle of 97.19º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EE83D is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 232 | 61 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.09 |
| HSL | 97.19º | 0.79% | 0.57% | - |
| HSV(B) | 97.19º | 0.74% | 0.91% | - |
| XYZ | 38.3 | 62.49 | 14.46 | - |
| YUV | 180.81 | 60.38 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 232 | 61 | 0.46 | 0 | 0.74 | 0.09 | 97.19 | 0.79 | 0.57 |
| Hex | 7E | E8 | 3D | 2E | 0 | 4A | 9 | 61 | 4F | 39 |
| Octal | 176 | 350 | 75 | 56 | 0 | 112 | 11 | 141 | 117 | 71 |
| Binary | 1111110 | 11101000 | 111101 | 101110 | 0 | 1001010 | 1001 | 1100001 | 1001111 | 111001 |
Color Harmonies of #7EE83D
Complementary color
Monochromatic Colors of #7EE83D
Black with #7EE83D
Text Example
Text Example
White with #7EE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE83D; }
p { color: rgb(126,232,61); }
H1.HeaderClassName
{
color: #7EE83D;
}
.AnyTagClassName
{
color: #7EE83D;
}
</style>
background-color css
<style>
a { background-color: #7EE83D; }
a { background-color: rgb(126,232,61); }
div.DivClassName
{
background-color: #7EE83D;
}
.BgClassName
{
background-color: #7EE83D;
}
</style>
border-color css
<style>
span { border-color: #7EE83D; }
span { border-color: rgb(126,232,61); }
td.TdClassName
{
border-color: #7EE83D;
}
.TagClassName
{
border-color: #7EE83D;
}
</style>