Shades of Atlantis #7CE740
Tints of Atlantis #7CE740
RGB
CMYK
RGB Variations
Color information
#7CE740 (or 0x7CE740) is known color: Atlantis. HEX triplet: 7C, E7 and 40. RGB value is (124,231,64). Sum of RGB (Red+Green+Blue) = 124+231+64=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 231 (90.62% from 255 or 55.13% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE740 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CE740 is #8318BF. Grayscale: #B4B4B4. Windows color (decimal): -8591552 or 4253564. OLE color: 4253564.
HSL color Cylindrical-coordinate representation of color #7CE740: hue angle of 98.44º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CE740 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 64 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.09 |
| HSL | 98.44º | 0.78% | 0.58% | - |
| HSV(B) | 98.44º | 0.72% | 0.91% | - |
| XYZ | 37.81 | 61.81 | 14.79 | - |
| YUV | 179.97 | 62.55 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 64 | 0.46 | 0 | 0.72 | 0.09 | 98.44 | 0.78 | 0.58 |
| Hex | 7C | E7 | 40 | 2E | 0 | 48 | 9 | 62 | 4E | 3A |
| Octal | 174 | 347 | 100 | 56 | 0 | 110 | 11 | 142 | 116 | 72 |
| Binary | 1111100 | 11100111 | 1000000 | 101110 | 0 | 1001000 | 1001 | 1100010 | 1001110 | 111010 |
Color Harmonies of #7CE740
Complementary color
Monochromatic Colors of #7CE740
Black with #7CE740
Text Example
Text Example
White with #7CE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE740; }
p { color: rgb(124,231,64); }
H1.HeaderClassName
{
color: #7CE740;
}
.AnyTagClassName
{
color: #7CE740;
}
</style>
background-color css
<style>
a { background-color: #7CE740; }
a { background-color: rgb(124,231,64); }
div.DivClassName
{
background-color: #7CE740;
}
.BgClassName
{
background-color: #7CE740;
}
</style>
border-color css
<style>
span { border-color: #7CE740; }
span { border-color: rgb(124,231,64); }
td.TdClassName
{
border-color: #7CE740;
}
.TagClassName
{
border-color: #7CE740;
}
</style>