Shades of Atlantis #7AEF40
Tints of Atlantis #7AEF40
RGB
CMYK
RGB Variations
Color information
#7AEF40 (or 0x7AEF40) is known color: Atlantis. HEX triplet: 7A, EF and 40. RGB value is (122,239,64). Sum of RGB (Red+Green+Blue) = 122+239+64=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 239 (93.75% from 255 or 56.24% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEF40 is #8510BF. Grayscale: #B8B8B8. Windows color (decimal): -8720576 or 4255610. OLE color: 4255610.
HSL color Cylindrical-coordinate representation of color #7AEF40: hue angle of 100.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AEF40 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 239 | 64 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.06 |
| HSL | 100.11º | 0.85% | 0.59% | - |
| HSV(B) | 100.11º | 0.73% | 0.94% | - |
| XYZ | 39.82 | 66.24 | 15.54 | - |
| YUV | 184.07 | 60.24 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 239 | 64 | 0.49 | 0 | 0.73 | 0.06 | 100.11 | 0.85 | 0.59 |
| Hex | 7A | EF | 40 | 31 | 0 | 49 | 6 | 64 | 55 | 3B |
| Octal | 172 | 357 | 100 | 61 | 0 | 111 | 6 | 144 | 125 | 73 |
| Binary | 1111010 | 11101111 | 1000000 | 110001 | 0 | 1001001 | 110 | 1100100 | 1010101 | 111011 |
Color Harmonies of #7AEF40
Complementary color
Monochromatic Colors of #7AEF40
Black with #7AEF40
Text Example
Text Example
White with #7AEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEF40; }
p { color: rgb(122,239,64); }
H1.HeaderClassName
{
color: #7AEF40;
}
.AnyTagClassName
{
color: #7AEF40;
}
</style>
background-color css
<style>
a { background-color: #7AEF40; }
a { background-color: rgb(122,239,64); }
div.DivClassName
{
background-color: #7AEF40;
}
.BgClassName
{
background-color: #7AEF40;
}
</style>
border-color css
<style>
span { border-color: #7AEF40; }
span { border-color: rgb(122,239,64); }
td.TdClassName
{
border-color: #7AEF40;
}
.TagClassName
{
border-color: #7AEF40;
}
</style>