Shades of Atlantis #7CE338
Tints of Atlantis #7CE338
RGB
CMYK
RGB Variations
Color information
#7CE338 (or 0x7CE338) is known color: Atlantis. HEX triplet: 7C, E3 and 38. RGB value is (124,227,56). Sum of RGB (Red+Green+Blue) = 124+227+56=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 227 (89.06% from 255 or 55.77% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 227 - color contains mainly: green. Hex color #7CE338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE338 is #831CC7. Grayscale: #B1B1B1. Windows color (decimal): -8592584 or 3728252. OLE color: 3728252.
HSL color Cylindrical-coordinate representation of color #7CE338: hue angle of 96.14º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CE338 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 227 | 56 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.11 |
| HSL | 96.14º | 0.75% | 0.55% | - |
| HSV(B) | 96.14º | 0.75% | 0.89% | - |
| XYZ | 36.5 | 59.51 | 13.3 | - |
| YUV | 176.71 | 59.88 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 227 | 56 | 0.45 | 0 | 0.75 | 0.11 | 96.14 | 0.75 | 0.55 |
| Hex | 7C | E3 | 38 | 2D | 0 | 4B | B | 60 | 4B | 37 |
| Octal | 174 | 343 | 70 | 55 | 0 | 113 | 13 | 140 | 113 | 67 |
| Binary | 1111100 | 11100011 | 111000 | 101101 | 0 | 1001011 | 1011 | 1100000 | 1001011 | 110111 |
Color Harmonies of #7CE338
Complementary color
Monochromatic Colors of #7CE338
Black with #7CE338
Text Example
Text Example
White with #7CE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE338; }
p { color: rgb(124,227,56); }
H1.HeaderClassName
{
color: #7CE338;
}
.AnyTagClassName
{
color: #7CE338;
}
</style>
background-color css
<style>
a { background-color: #7CE338; }
a { background-color: rgb(124,227,56); }
div.DivClassName
{
background-color: #7CE338;
}
.BgClassName
{
background-color: #7CE338;
}
</style>
border-color css
<style>
span { border-color: #7CE338; }
span { border-color: rgb(124,227,56); }
td.TdClassName
{
border-color: #7CE338;
}
.TagClassName
{
border-color: #7CE338;
}
</style>