Shades of Atlantis #7CE035
Tints of Atlantis #7CE035
RGB
CMYK
RGB Variations
Color information
#7CE035 (or 0x7CE035) is known color: Atlantis. HEX triplet: 7C, E0 and 35. RGB value is (124,224,53). Sum of RGB (Red+Green+Blue) = 124+224+53=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE035 is #831FCA. Grayscale: #AFAFAF. Windows color (decimal): -8593355 or 3530876. OLE color: 3530876.
HSL color Cylindrical-coordinate representation of color #7CE035: hue angle of 95.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CE035 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 53 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.12 |
| HSL | 95.09º | 0.73% | 0.54% | - |
| HSV(B) | 95.09º | 0.76% | 0.88% | - |
| XYZ | 35.61 | 57.85 | 12.66 | - |
| YUV | 174.61 | 59.37 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 53 | 0.45 | 0 | 0.76 | 0.12 | 95.09 | 0.73 | 0.54 |
| Hex | 7C | E0 | 35 | 2D | 0 | 4C | C | 5F | 49 | 36 |
| Octal | 174 | 340 | 65 | 55 | 0 | 114 | 14 | 137 | 111 | 66 |
| Binary | 1111100 | 11100000 | 110101 | 101101 | 0 | 1001100 | 1100 | 1011111 | 1001001 | 110110 |
Color Harmonies of #7CE035
Complementary color
Monochromatic Colors of #7CE035
Black with #7CE035
Text Example
Text Example
White with #7CE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE035; }
p { color: rgb(124,224,53); }
H1.HeaderClassName
{
color: #7CE035;
}
.AnyTagClassName
{
color: #7CE035;
}
</style>
background-color css
<style>
a { background-color: #7CE035; }
a { background-color: rgb(124,224,53); }
div.DivClassName
{
background-color: #7CE035;
}
.BgClassName
{
background-color: #7CE035;
}
</style>
border-color css
<style>
span { border-color: #7CE035; }
span { border-color: rgb(124,224,53); }
td.TdClassName
{
border-color: #7CE035;
}
.TagClassName
{
border-color: #7CE035;
}
</style>