Shades of Atlantis #7CE838
Tints of Atlantis #7CE838
RGB
CMYK
RGB Variations
Color information
#7CE838 (or 0x7CE838) is known color: Atlantis. HEX triplet: 7C, E8 and 38. RGB value is (124,232,56). Sum of RGB (Red+Green+Blue) = 124+232+56=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 232 (91.02% from 255 or 56.31% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE838 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CE838 is #8317C7. Grayscale: #B4B4B4. Windows color (decimal): -8591304 or 3729532. OLE color: 3729532.
HSL color Cylindrical-coordinate representation of color #7CE838: hue angle of 96.82º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CE838 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 232 | 56 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.09 |
| HSL | 96.82º | 0.79% | 0.56% | - |
| HSV(B) | 96.82º | 0.76% | 0.91% | - |
| XYZ | 37.88 | 62.28 | 13.77 | - |
| YUV | 179.64 | 58.22 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 56 | 0.47 | 0 | 0.76 | 0.09 | 96.82 | 0.79 | 0.56 |
| Hex | 7C | E8 | 38 | 2F | 0 | 4C | 9 | 61 | 4F | 38 |
| Octal | 174 | 350 | 70 | 57 | 0 | 114 | 11 | 141 | 117 | 70 |
| Binary | 1111100 | 11101000 | 111000 | 101111 | 0 | 1001100 | 1001 | 1100001 | 1001111 | 111000 |
Color Harmonies of #7CE838
Complementary color
Monochromatic Colors of #7CE838
Black with #7CE838
Text Example
Text Example
White with #7CE838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE838; }
p { color: rgb(124,232,56); }
H1.HeaderClassName
{
color: #7CE838;
}
.AnyTagClassName
{
color: #7CE838;
}
</style>
background-color css
<style>
a { background-color: #7CE838; }
a { background-color: rgb(124,232,56); }
div.DivClassName
{
background-color: #7CE838;
}
.BgClassName
{
background-color: #7CE838;
}
</style>
border-color css
<style>
span { border-color: #7CE838; }
span { border-color: rgb(124,232,56); }
td.TdClassName
{
border-color: #7CE838;
}
.TagClassName
{
border-color: #7CE838;
}
</style>