Shades of Atlantis #7CEF34
Tints of Atlantis #7CEF34
RGB
CMYK
RGB Variations
Color information
#7CEF34 (or 0x7CEF34) is known color: Atlantis. HEX triplet: 7C, EF and 34. RGB value is (124,239,52). Sum of RGB (Red+Green+Blue) = 124+239+52=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEF34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEF34 is #8310CB. Grayscale: #B7B7B7. Windows color (decimal): -8589516 or 3469180. OLE color: 3469180.
HSL color Cylindrical-coordinate representation of color #7CEF34: hue angle of 96.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CEF34 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 239 | 52 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.06 |
| HSL | 96.9º | 0.85% | 0.57% | - |
| HSV(B) | 96.9º | 0.78% | 0.94% | - |
| XYZ | 39.8 | 66.27 | 13.94 | - |
| YUV | 183.3 | 53.9 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 239 | 52 | 0.48 | 0 | 0.78 | 0.06 | 96.9 | 0.85 | 0.57 |
| Hex | 7C | EF | 34 | 30 | 0 | 4E | 6 | 61 | 55 | 39 |
| Octal | 174 | 357 | 64 | 60 | 0 | 116 | 6 | 141 | 125 | 71 |
| Binary | 1111100 | 11101111 | 110100 | 110000 | 0 | 1001110 | 110 | 1100001 | 1010101 | 111001 |
Color Harmonies of #7CEF34
Complementary color
Monochromatic Colors of #7CEF34
Black with #7CEF34
Text Example
Text Example
White with #7CEF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEF34; }
p { color: rgb(124,239,52); }
H1.HeaderClassName
{
color: #7CEF34;
}
.AnyTagClassName
{
color: #7CEF34;
}
</style>
background-color css
<style>
a { background-color: #7CEF34; }
a { background-color: rgb(124,239,52); }
div.DivClassName
{
background-color: #7CEF34;
}
.BgClassName
{
background-color: #7CEF34;
}
</style>
border-color css
<style>
span { border-color: #7CEF34; }
span { border-color: rgb(124,239,52); }
td.TdClassName
{
border-color: #7CEF34;
}
.TagClassName
{
border-color: #7CEF34;
}
</style>