Shades of Atlantis #7CE336
Tints of Atlantis #7CE336
RGB
CMYK
RGB Variations
Color information
#7CE336 (or 0x7CE336) is known color: Atlantis. HEX triplet: 7C, E3 and 36. RGB value is (124,227,54). Sum of RGB (Red+Green+Blue) = 124+227+54=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 227 (89.06% from 255 or 56.05% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 227 - color contains mainly: green. Hex color #7CE336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE336 is #831CC9. Grayscale: #B1B1B1. Windows color (decimal): -8592586 or 3597180. OLE color: 3597180.
HSL color Cylindrical-coordinate representation of color #7CE336: hue angle of 95.72º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CE336 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 227 | 54 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.11 |
| HSL | 95.72º | 0.76% | 0.55% | - |
| HSV(B) | 95.72º | 0.76% | 0.89% | - |
| XYZ | 36.45 | 59.49 | 13.05 | - |
| YUV | 176.48 | 58.88 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 227 | 54 | 0.45 | 0 | 0.76 | 0.11 | 95.72 | 0.76 | 0.55 |
| Hex | 7C | E3 | 36 | 2D | 0 | 4C | B | 60 | 4C | 37 |
| Octal | 174 | 343 | 66 | 55 | 0 | 114 | 13 | 140 | 114 | 67 |
| Binary | 1111100 | 11100011 | 110110 | 101101 | 0 | 1001100 | 1011 | 1100000 | 1001100 | 110111 |
Color Harmonies of #7CE336
Complementary color
Monochromatic Colors of #7CE336
Black with #7CE336
Text Example
Text Example
White with #7CE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE336; }
p { color: rgb(124,227,54); }
H1.HeaderClassName
{
color: #7CE336;
}
.AnyTagClassName
{
color: #7CE336;
}
</style>
background-color css
<style>
a { background-color: #7CE336; }
a { background-color: rgb(124,227,54); }
div.DivClassName
{
background-color: #7CE336;
}
.BgClassName
{
background-color: #7CE336;
}
</style>
border-color css
<style>
span { border-color: #7CE336; }
span { border-color: rgb(124,227,54); }
td.TdClassName
{
border-color: #7CE336;
}
.TagClassName
{
border-color: #7CE336;
}
</style>