Shades of Atlantis #7CE638
Tints of Atlantis #7CE638
RGB
CMYK
RGB Variations
Color information
#7CE638 (or 0x7CE638) is known color: Atlantis. HEX triplet: 7C, E6 and 38. RGB value is (124,230,56). Sum of RGB (Red+Green+Blue) = 124+230+56=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 230 (90.23% from 255 or 56.10% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE638 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CE638 is #8319C7. Grayscale: #B3B3B3. Windows color (decimal): -8591816 or 3729020. OLE color: 3729020.
HSL color Cylindrical-coordinate representation of color #7CE638: hue angle of 96.55º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CE638 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 56 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.10 |
| HSL | 96.55º | 0.78% | 0.56% | - |
| HSV(B) | 96.55º | 0.76% | 0.9% | - |
| XYZ | 37.32 | 61.16 | 13.58 | - |
| YUV | 178.47 | 58.88 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 56 | 0.46 | 0 | 0.76 | 0.10 | 96.55 | 0.78 | 0.56 |
| Hex | 7C | E6 | 38 | 2E | 0 | 4C | A | 61 | 4E | 38 |
| Octal | 174 | 346 | 70 | 56 | 0 | 114 | 12 | 141 | 116 | 70 |
| Binary | 1111100 | 11100110 | 111000 | 101110 | 0 | 1001100 | 1010 | 1100001 | 1001110 | 111000 |
Color Harmonies of #7CE638
Complementary color
Monochromatic Colors of #7CE638
Black with #7CE638
Text Example
Text Example
White with #7CE638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE638; }
p { color: rgb(124,230,56); }
H1.HeaderClassName
{
color: #7CE638;
}
.AnyTagClassName
{
color: #7CE638;
}
</style>
background-color css
<style>
a { background-color: #7CE638; }
a { background-color: rgb(124,230,56); }
div.DivClassName
{
background-color: #7CE638;
}
.BgClassName
{
background-color: #7CE638;
}
</style>
border-color css
<style>
span { border-color: #7CE638; }
span { border-color: rgb(124,230,56); }
td.TdClassName
{
border-color: #7CE638;
}
.TagClassName
{
border-color: #7CE638;
}
</style>