Shades of Atlantis #7CE535
Tints of Atlantis #7CE535
RGB
CMYK
RGB Variations
Color information
#7CE535 (or 0x7CE535) is known color: Atlantis. HEX triplet: 7C, E5 and 35. RGB value is (124,229,53). Sum of RGB (Red+Green+Blue) = 124+229+53=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 229 (89.84% from 255 or 56.40% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE535 is #831ACA. Grayscale: #B2B2B2. Windows color (decimal): -8592075 or 3532156. OLE color: 3532156.
HSL color Cylindrical-coordinate representation of color #7CE535: hue angle of 95.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CE535 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 229 | 53 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.10 |
| HSL | 95.8º | 0.77% | 0.55% | - |
| HSV(B) | 95.8º | 0.77% | 0.9% | - |
| XYZ | 36.97 | 60.58 | 13.11 | - |
| YUV | 177.54 | 57.71 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 53 | 0.46 | 0 | 0.77 | 0.10 | 95.8 | 0.77 | 0.55 |
| Hex | 7C | E5 | 35 | 2E | 0 | 4D | A | 60 | 4D | 37 |
| Octal | 174 | 345 | 65 | 56 | 0 | 115 | 12 | 140 | 115 | 67 |
| Binary | 1111100 | 11100101 | 110101 | 101110 | 0 | 1001101 | 1010 | 1100000 | 1001101 | 110111 |
Color Harmonies of #7CE535
Complementary color
Monochromatic Colors of #7CE535
Black with #7CE535
Text Example
Text Example
White with #7CE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE535; }
p { color: rgb(124,229,53); }
H1.HeaderClassName
{
color: #7CE535;
}
.AnyTagClassName
{
color: #7CE535;
}
</style>
background-color css
<style>
a { background-color: #7CE535; }
a { background-color: rgb(124,229,53); }
div.DivClassName
{
background-color: #7CE535;
}
.BgClassName
{
background-color: #7CE535;
}
</style>
border-color css
<style>
span { border-color: #7CE535; }
span { border-color: rgb(124,229,53); }
td.TdClassName
{
border-color: #7CE535;
}
.TagClassName
{
border-color: #7CE535;
}
</style>