Shades of Atlantis #7CE137
Tints of Atlantis #7CE137
RGB
CMYK
RGB Variations
Color information
#7CE137 (or 0x7CE137) is known color: Atlantis. HEX triplet: 7C, E1 and 37. RGB value is (124,225,55). Sum of RGB (Red+Green+Blue) = 124+225+55=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE137 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE137 is #831EC8. Grayscale: #B0B0B0. Windows color (decimal): -8593097 or 3662204. OLE color: 3662204.
HSL color Cylindrical-coordinate representation of color #7CE137: hue angle of 95.65º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CE137 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 55 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.12 |
| HSL | 95.65º | 0.74% | 0.55% | - |
| HSV(B) | 95.65º | 0.76% | 0.88% | - |
| XYZ | 35.93 | 58.41 | 13 | - |
| YUV | 175.42 | 60.04 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 55 | 0.45 | 0 | 0.76 | 0.12 | 95.65 | 0.74 | 0.55 |
| Hex | 7C | E1 | 37 | 2D | 0 | 4C | C | 60 | 4A | 37 |
| Octal | 174 | 341 | 67 | 55 | 0 | 114 | 14 | 140 | 112 | 67 |
| Binary | 1111100 | 11100001 | 110111 | 101101 | 0 | 1001100 | 1100 | 1100000 | 1001010 | 110111 |
Color Harmonies of #7CE137
Complementary color
Monochromatic Colors of #7CE137
Black with #7CE137
Text Example
Text Example
White with #7CE137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE137; }
p { color: rgb(124,225,55); }
H1.HeaderClassName
{
color: #7CE137;
}
.AnyTagClassName
{
color: #7CE137;
}
</style>
background-color css
<style>
a { background-color: #7CE137; }
a { background-color: rgb(124,225,55); }
div.DivClassName
{
background-color: #7CE137;
}
.BgClassName
{
background-color: #7CE137;
}
</style>
border-color css
<style>
span { border-color: #7CE137; }
span { border-color: rgb(124,225,55); }
td.TdClassName
{
border-color: #7CE137;
}
.TagClassName
{
border-color: #7CE137;
}
</style>