Shades of Atlantis #7CE138
Tints of Atlantis #7CE138
RGB
CMYK
RGB Variations
Color information
#7CE138 (or 0x7CE138) is known color: Atlantis. HEX triplet: 7C, E1 and 38. RGB value is (124,225,56). Sum of RGB (Red+Green+Blue) = 124+225+56=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE138 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE138 is #831EC7. Grayscale: #B0B0B0. Windows color (decimal): -8593096 or 3727740. OLE color: 3727740.
HSL color Cylindrical-coordinate representation of color #7CE138: hue angle of 95.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CE138 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 225 | 56 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.12 |
| HSL | 95.86º | 0.74% | 0.55% | - |
| HSV(B) | 95.86º | 0.75% | 0.88% | - |
| XYZ | 35.95 | 58.42 | 13.12 | - |
| YUV | 175.54 | 60.54 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 225 | 56 | 0.45 | 0 | 0.75 | 0.12 | 95.86 | 0.74 | 0.55 |
| Hex | 7C | E1 | 38 | 2D | 0 | 4B | C | 60 | 4A | 37 |
| Octal | 174 | 341 | 70 | 55 | 0 | 113 | 14 | 140 | 112 | 67 |
| Binary | 1111100 | 11100001 | 111000 | 101101 | 0 | 1001011 | 1100 | 1100000 | 1001010 | 110111 |
Color Harmonies of #7CE138
Complementary color
Monochromatic Colors of #7CE138
Black with #7CE138
Text Example
Text Example
White with #7CE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE138; }
p { color: rgb(124,225,56); }
H1.HeaderClassName
{
color: #7CE138;
}
.AnyTagClassName
{
color: #7CE138;
}
</style>
background-color css
<style>
a { background-color: #7CE138; }
a { background-color: rgb(124,225,56); }
div.DivClassName
{
background-color: #7CE138;
}
.BgClassName
{
background-color: #7CE138;
}
</style>
border-color css
<style>
span { border-color: #7CE138; }
span { border-color: rgb(124,225,56); }
td.TdClassName
{
border-color: #7CE138;
}
.TagClassName
{
border-color: #7CE138;
}
</style>