Shades of Atlantis #7CE03D
Tints of Atlantis #7CE03D
RGB
CMYK
RGB Variations
Color information
#7CE03D (or 0x7CE03D) is known color: Atlantis. HEX triplet: 7C, E0 and 3D. RGB value is (124,224,61). Sum of RGB (Red+Green+Blue) = 124+224+61=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE03D is #831FC2. Grayscale: #B0B0B0. Windows color (decimal): -8593347 or 4055164. OLE color: 4055164.
HSL color Cylindrical-coordinate representation of color #7CE03D: hue angle of 96.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CE03D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 61 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.12 |
| HSL | 96.81º | 0.72% | 0.56% | - |
| HSV(B) | 96.81º | 0.73% | 0.88% | - |
| XYZ | 35.81 | 57.93 | 13.71 | - |
| YUV | 175.52 | 63.37 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 61 | 0.45 | 0 | 0.73 | 0.12 | 96.81 | 0.72 | 0.56 |
| Hex | 7C | E0 | 3D | 2D | 0 | 49 | C | 61 | 48 | 38 |
| Octal | 174 | 340 | 75 | 55 | 0 | 111 | 14 | 141 | 110 | 70 |
| Binary | 1111100 | 11100000 | 111101 | 101101 | 0 | 1001001 | 1100 | 1100001 | 1001000 | 111000 |
Color Harmonies of #7CE03D
Complementary color
Monochromatic Colors of #7CE03D
Black with #7CE03D
Text Example
Text Example
White with #7CE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE03D; }
p { color: rgb(124,224,61); }
H1.HeaderClassName
{
color: #7CE03D;
}
.AnyTagClassName
{
color: #7CE03D;
}
</style>
background-color css
<style>
a { background-color: #7CE03D; }
a { background-color: rgb(124,224,61); }
div.DivClassName
{
background-color: #7CE03D;
}
.BgClassName
{
background-color: #7CE03D;
}
</style>
border-color css
<style>
span { border-color: #7CE03D; }
span { border-color: rgb(124,224,61); }
td.TdClassName
{
border-color: #7CE03D;
}
.TagClassName
{
border-color: #7CE03D;
}
</style>