Shades of Atlantis #7EEF40
Tints of Atlantis #7EEF40
RGB
CMYK
RGB Variations
Color information
#7EEF40 (or 0x7EEF40) is known color: Atlantis. HEX triplet: 7E, EF and 40. RGB value is (126,239,64). Sum of RGB (Red+Green+Blue) = 126+239+64=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 239 (93.75% from 255 or 55.71% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEF40 is #8110BF. Grayscale: #B9B9B9. Windows color (decimal): -8458432 or 4255614. OLE color: 4255614.
HSL color Cylindrical-coordinate representation of color #7EEF40: hue angle of 98.74º 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 #7EEF40 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 239 | 64 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.06 |
| HSL | 98.74º | 0.85% | 0.59% | - |
| HSV(B) | 98.74º | 0.73% | 0.94% | - |
| XYZ | 40.4 | 66.54 | 15.56 | - |
| YUV | 185.26 | 59.56 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 239 | 64 | 0.47 | 0 | 0.73 | 0.06 | 98.74 | 0.85 | 0.59 |
| Hex | 7E | EF | 40 | 2F | 0 | 49 | 6 | 63 | 55 | 3B |
| Octal | 176 | 357 | 100 | 57 | 0 | 111 | 6 | 143 | 125 | 73 |
| Binary | 1111110 | 11101111 | 1000000 | 101111 | 0 | 1001001 | 110 | 1100011 | 1010101 | 111011 |
Color Harmonies of #7EEF40
Complementary color
Monochromatic Colors of #7EEF40
Black with #7EEF40
Text Example
Text Example
White with #7EEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEF40; }
p { color: rgb(126,239,64); }
H1.HeaderClassName
{
color: #7EEF40;
}
.AnyTagClassName
{
color: #7EEF40;
}
</style>
background-color css
<style>
a { background-color: #7EEF40; }
a { background-color: rgb(126,239,64); }
div.DivClassName
{
background-color: #7EEF40;
}
.BgClassName
{
background-color: #7EEF40;
}
</style>
border-color css
<style>
span { border-color: #7EEF40; }
span { border-color: rgb(126,239,64); }
td.TdClassName
{
border-color: #7EEF40;
}
.TagClassName
{
border-color: #7EEF40;
}
</style>