Shades of Atlantis #7CEC3E
Tints of Atlantis #7CEC3E
RGB
CMYK
RGB Variations
Color information
#7CEC3E (or 0x7CEC3E) is known color: Atlantis. HEX triplet: 7C, EC and 3E. RGB value is (124,236,62). Sum of RGB (Red+Green+Blue) = 124+236+62=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #7CEC3E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEC3E is #8313C1. Grayscale: #B7B7B7. Windows color (decimal): -8590274 or 4123772. OLE color: 4123772.
HSL color Cylindrical-coordinate representation of color #7CEC3E: hue angle of 98.62º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CEC3E is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 62 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.07 |
| HSL | 98.62º | 0.82% | 0.58% | - |
| HSV(B) | 98.62º | 0.74% | 0.93% | - |
| XYZ | 39.18 | 64.62 | 14.97 | - |
| YUV | 182.68 | 59.89 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 62 | 0.47 | 0 | 0.74 | 0.07 | 98.62 | 0.82 | 0.58 |
| Hex | 7C | EC | 3E | 2F | 0 | 4A | 7 | 63 | 52 | 3A |
| Octal | 174 | 354 | 76 | 57 | 0 | 112 | 7 | 143 | 122 | 72 |
| Binary | 1111100 | 11101100 | 111110 | 101111 | 0 | 1001010 | 111 | 1100011 | 1010010 | 111010 |
Color Harmonies of #7CEC3E
Complementary color
Monochromatic Colors of #7CEC3E
Black with #7CEC3E
Text Example
Text Example
White with #7CEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEC3E; }
p { color: rgb(124,236,62); }
H1.HeaderClassName
{
color: #7CEC3E;
}
.AnyTagClassName
{
color: #7CEC3E;
}
</style>
background-color css
<style>
a { background-color: #7CEC3E; }
a { background-color: rgb(124,236,62); }
div.DivClassName
{
background-color: #7CEC3E;
}
.BgClassName
{
background-color: #7CEC3E;
}
</style>
border-color css
<style>
span { border-color: #7CEC3E; }
span { border-color: rgb(124,236,62); }
td.TdClassName
{
border-color: #7CEC3E;
}
.TagClassName
{
border-color: #7CEC3E;
}
</style>