Shades of Atlantis #7CEC3D
Tints of Atlantis #7CEC3D
RGB
CMYK
RGB Variations
Color information
#7CEC3D (or 0x7CEC3D) is known color: Atlantis. HEX triplet: 7C, EC and 3D. RGB value is (124,236,61). Sum of RGB (Red+Green+Blue) = 124+236+61=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #7CEC3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEC3D is #8313C2. Grayscale: #B7B7B7. Windows color (decimal): -8590275 or 4058236. OLE color: 4058236.
HSL color Cylindrical-coordinate representation of color #7CEC3D: hue angle of 98.4º 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 #7CEC3D is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 61 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.07 |
| HSL | 98.4º | 0.82% | 0.58% | - |
| HSV(B) | 98.4º | 0.74% | 0.93% | - |
| XYZ | 39.15 | 64.61 | 14.82 | - |
| YUV | 182.56 | 59.39 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 61 | 0.47 | 0 | 0.74 | 0.07 | 98.4 | 0.82 | 0.58 |
| Hex | 7C | EC | 3D | 2F | 0 | 4A | 7 | 62 | 52 | 3A |
| Octal | 174 | 354 | 75 | 57 | 0 | 112 | 7 | 142 | 122 | 72 |
| Binary | 1111100 | 11101100 | 111101 | 101111 | 0 | 1001010 | 111 | 1100010 | 1010010 | 111010 |
Color Harmonies of #7CEC3D
Complementary color
Monochromatic Colors of #7CEC3D
Black with #7CEC3D
Text Example
Text Example
White with #7CEC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEC3D; }
p { color: rgb(124,236,61); }
H1.HeaderClassName
{
color: #7CEC3D;
}
.AnyTagClassName
{
color: #7CEC3D;
}
</style>
background-color css
<style>
a { background-color: #7CEC3D; }
a { background-color: rgb(124,236,61); }
div.DivClassName
{
background-color: #7CEC3D;
}
.BgClassName
{
background-color: #7CEC3D;
}
</style>
border-color css
<style>
span { border-color: #7CEC3D; }
span { border-color: rgb(124,236,61); }
td.TdClassName
{
border-color: #7CEC3D;
}
.TagClassName
{
border-color: #7CEC3D;
}
</style>