Shades of Atlantis #7EE63A
Tints of Atlantis #7EE63A
RGB
CMYK
RGB Variations
Color information
#7EE63A (or 0x7EE63A) is known color: Atlantis. HEX triplet: 7E, E6 and 3A. RGB value is (126,230,58). Sum of RGB (Red+Green+Blue) = 126+230+58=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 230 (90.23% from 255 or 55.56% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 230 - color contains mainly: green. Hex color #7EE63A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EE63A is #8119C5. Grayscale: #B3B3B3. Windows color (decimal): -8460742 or 3860094. OLE color: 3860094.
HSL color Cylindrical-coordinate representation of color #7EE63A: hue angle of 96.28º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EE63A is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 230 | 58 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.10 |
| HSL | 96.28º | 0.77% | 0.56% | - |
| HSV(B) | 96.28º | 0.75% | 0.9% | - |
| XYZ | 37.66 | 61.33 | 13.86 | - |
| YUV | 179.3 | 59.54 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 58 | 0.45 | 0 | 0.75 | 0.10 | 96.28 | 0.77 | 0.56 |
| Hex | 7E | E6 | 3A | 2D | 0 | 4B | A | 60 | 4D | 38 |
| Octal | 176 | 346 | 72 | 55 | 0 | 113 | 12 | 140 | 115 | 70 |
| Binary | 1111110 | 11100110 | 111010 | 101101 | 0 | 1001011 | 1010 | 1100000 | 1001101 | 111000 |
Color Harmonies of #7EE63A
Complementary color
Monochromatic Colors of #7EE63A
Black with #7EE63A
Text Example
Text Example
White with #7EE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE63A; }
p { color: rgb(126,230,58); }
H1.HeaderClassName
{
color: #7EE63A;
}
.AnyTagClassName
{
color: #7EE63A;
}
</style>
background-color css
<style>
a { background-color: #7EE63A; }
a { background-color: rgb(126,230,58); }
div.DivClassName
{
background-color: #7EE63A;
}
.BgClassName
{
background-color: #7EE63A;
}
</style>
border-color css
<style>
span { border-color: #7EE63A; }
span { border-color: rgb(126,230,58); }
td.TdClassName
{
border-color: #7EE63A;
}
.TagClassName
{
border-color: #7EE63A;
}
</style>