Shades of Atlantis #7CE03A
Tints of Atlantis #7CE03A
RGB
CMYK
RGB Variations
Color information
#7CE03A (or 0x7CE03A) is known color: Atlantis. HEX triplet: 7C, E0 and 3A. RGB value is (124,224,58). Sum of RGB (Red+Green+Blue) = 124+224+58=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE03A is #831FC5. Grayscale: #AFAFAF. Windows color (decimal): -8593350 or 3858556. OLE color: 3858556.
HSL color Cylindrical-coordinate representation of color #7CE03A: hue angle of 96.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CE03A is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 58 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.12 |
| HSL | 96.14º | 0.73% | 0.55% | - |
| HSV(B) | 96.14º | 0.74% | 0.88% | - |
| XYZ | 35.73 | 57.9 | 13.3 | - |
| YUV | 175.18 | 61.87 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 58 | 0.45 | 0 | 0.74 | 0.12 | 96.14 | 0.73 | 0.55 |
| Hex | 7C | E0 | 3A | 2D | 0 | 4A | C | 60 | 49 | 37 |
| Octal | 174 | 340 | 72 | 55 | 0 | 112 | 14 | 140 | 111 | 67 |
| Binary | 1111100 | 11100000 | 111010 | 101101 | 0 | 1001010 | 1100 | 1100000 | 1001001 | 110111 |
Color Harmonies of #7CE03A
Complementary color
Monochromatic Colors of #7CE03A
Black with #7CE03A
Text Example
Text Example
White with #7CE03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE03A; }
p { color: rgb(124,224,58); }
H1.HeaderClassName
{
color: #7CE03A;
}
.AnyTagClassName
{
color: #7CE03A;
}
</style>
background-color css
<style>
a { background-color: #7CE03A; }
a { background-color: rgb(124,224,58); }
div.DivClassName
{
background-color: #7CE03A;
}
.BgClassName
{
background-color: #7CE03A;
}
</style>
border-color css
<style>
span { border-color: #7CE03A; }
span { border-color: rgb(124,224,58); }
td.TdClassName
{
border-color: #7CE03A;
}
.TagClassName
{
border-color: #7CE03A;
}
</style>