Shades of Atlantis #7CEC34
Tints of Atlantis #7CEC34
RGB
CMYK
RGB Variations
Color information
#7CEC34 (or 0x7CEC34) is known color: Atlantis. HEX triplet: 7C, EC and 34. RGB value is (124,236,52). Sum of RGB (Red+Green+Blue) = 124+236+52=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 236 (92.58% from 255 or 57.28% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 236 - color contains mainly: green. Hex color #7CEC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEC34 is #8313CB. Grayscale: #B6B6B6. Windows color (decimal): -8590284 or 3468412. OLE color: 3468412.
HSL color Cylindrical-coordinate representation of color #7CEC34: hue angle of 96.52º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CEC34 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 52 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.07 |
| HSL | 96.52º | 0.83% | 0.56% | - |
| HSV(B) | 96.52º | 0.78% | 0.93% | - |
| XYZ | 38.93 | 64.52 | 13.65 | - |
| YUV | 181.54 | 54.89 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 52 | 0.47 | 0 | 0.78 | 0.07 | 96.52 | 0.83 | 0.56 |
| Hex | 7C | EC | 34 | 2F | 0 | 4E | 7 | 61 | 53 | 38 |
| Octal | 174 | 354 | 64 | 57 | 0 | 116 | 7 | 141 | 123 | 70 |
| Binary | 1111100 | 11101100 | 110100 | 101111 | 0 | 1001110 | 111 | 1100001 | 1010011 | 111000 |
Color Harmonies of #7CEC34
Complementary color
Monochromatic Colors of #7CEC34
Black with #7CEC34
Text Example
Text Example
White with #7CEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEC34; }
p { color: rgb(124,236,52); }
H1.HeaderClassName
{
color: #7CEC34;
}
.AnyTagClassName
{
color: #7CEC34;
}
</style>
background-color css
<style>
a { background-color: #7CEC34; }
a { background-color: rgb(124,236,52); }
div.DivClassName
{
background-color: #7CEC34;
}
.BgClassName
{
background-color: #7CEC34;
}
</style>
border-color css
<style>
span { border-color: #7CEC34; }
span { border-color: rgb(124,236,52); }
td.TdClassName
{
border-color: #7CEC34;
}
.TagClassName
{
border-color: #7CEC34;
}
</style>