Shades of Atlantis #7CE134
Tints of Atlantis #7CE134
RGB
CMYK
RGB Variations
Color information
#7CE134 (or 0x7CE134) is known color: Atlantis. HEX triplet: 7C, E1 and 34. RGB value is (124,225,52). Sum of RGB (Red+Green+Blue) = 124+225+52=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE134 is #831ECB. Grayscale: #AFAFAF. Windows color (decimal): -8593100 or 3465596. OLE color: 3465596.
HSL color Cylindrical-coordinate representation of color #7CE134: hue angle of 95.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CE134 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 52 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.12 |
| HSL | 95.03º | 0.74% | 0.54% | - |
| HSV(B) | 95.03º | 0.77% | 0.88% | - |
| XYZ | 35.86 | 58.38 | 12.63 | - |
| YUV | 175.08 | 58.54 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 52 | 0.45 | 0 | 0.77 | 0.12 | 95.03 | 0.74 | 0.54 |
| Hex | 7C | E1 | 34 | 2D | 0 | 4D | C | 5F | 4A | 36 |
| Octal | 174 | 341 | 64 | 55 | 0 | 115 | 14 | 137 | 112 | 66 |
| Binary | 1111100 | 11100001 | 110100 | 101101 | 0 | 1001101 | 1100 | 1011111 | 1001010 | 110110 |
Color Harmonies of #7CE134
Complementary color
Monochromatic Colors of #7CE134
Black with #7CE134
Text Example
Text Example
White with #7CE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE134; }
p { color: rgb(124,225,52); }
H1.HeaderClassName
{
color: #7CE134;
}
.AnyTagClassName
{
color: #7CE134;
}
</style>
background-color css
<style>
a { background-color: #7CE134; }
a { background-color: rgb(124,225,52); }
div.DivClassName
{
background-color: #7CE134;
}
.BgClassName
{
background-color: #7CE134;
}
</style>
border-color css
<style>
span { border-color: #7CE134; }
span { border-color: rgb(124,225,52); }
td.TdClassName
{
border-color: #7CE134;
}
.TagClassName
{
border-color: #7CE134;
}
</style>