Shades of Atlantis #7CE834
Tints of Atlantis #7CE834
RGB
CMYK
RGB Variations
Color information
#7CE834 (or 0x7CE834) is known color: Atlantis. HEX triplet: 7C, E8 and 34. RGB value is (124,232,52). Sum of RGB (Red+Green+Blue) = 124+232+52=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 232 (91.02% from 255 or 56.86% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE834 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CE834 is #8317CB. Grayscale: #B3B3B3. Windows color (decimal): -8591308 or 3467388. OLE color: 3467388.
HSL color Cylindrical-coordinate representation of color #7CE834: hue angle of 96º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CE834 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 232 | 52 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.09 |
| HSL | 96º | 0.8% | 0.56% | - |
| HSV(B) | 96º | 0.78% | 0.91% | - |
| XYZ | 37.79 | 62.25 | 13.27 | - |
| YUV | 179.19 | 56.22 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 52 | 0.47 | 0 | 0.78 | 0.09 | 96 | 0.8 | 0.56 |
| Hex | 7C | E8 | 34 | 2F | 0 | 4E | 9 | 60 | 50 | 38 |
| Octal | 174 | 350 | 64 | 57 | 0 | 116 | 11 | 140 | 120 | 70 |
| Binary | 1111100 | 11101000 | 110100 | 101111 | 0 | 1001110 | 1001 | 1100000 | 1010000 | 111000 |
Color Harmonies of #7CE834
Complementary color
Monochromatic Colors of #7CE834
Black with #7CE834
Text Example
Text Example
White with #7CE834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE834; }
p { color: rgb(124,232,52); }
H1.HeaderClassName
{
color: #7CE834;
}
.AnyTagClassName
{
color: #7CE834;
}
</style>
background-color css
<style>
a { background-color: #7CE834; }
a { background-color: rgb(124,232,52); }
div.DivClassName
{
background-color: #7CE834;
}
.BgClassName
{
background-color: #7CE834;
}
</style>
border-color css
<style>
span { border-color: #7CE834; }
span { border-color: rgb(124,232,52); }
td.TdClassName
{
border-color: #7CE834;
}
.TagClassName
{
border-color: #7CE834;
}
</style>