Shades of Atlantis #7EF240
Tints of Atlantis #7EF240
RGB
CMYK
RGB Variations
Color information
#7EF240 (or 0x7EF240) is known color: Atlantis. HEX triplet: 7E, F2 and 40. RGB value is (126,242,64). Sum of RGB (Red+Green+Blue) = 126+242+64=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF240 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EF240 is #810DBF. Grayscale: #BBBBBB. Windows color (decimal): -8457664 or 4256382. OLE color: 4256382.
HSL color Cylindrical-coordinate representation of color #7EF240: hue angle of 99.1º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EF240 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 64 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.05 |
| HSL | 99.1º | 0.87% | 0.6% | - |
| HSV(B) | 99.1º | 0.74% | 0.95% | - |
| XYZ | 41.28 | 68.31 | 15.86 | - |
| YUV | 187.02 | 58.57 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 64 | 0.48 | 0 | 0.74 | 0.05 | 99.1 | 0.87 | 0.6 |
| Hex | 7E | F2 | 40 | 30 | 0 | 4A | 5 | 63 | 57 | 3C |
| Octal | 176 | 362 | 100 | 60 | 0 | 112 | 5 | 143 | 127 | 74 |
| Binary | 1111110 | 11110010 | 1000000 | 110000 | 0 | 1001010 | 101 | 1100011 | 1010111 | 111100 |
Color Harmonies of #7EF240
Complementary color
Monochromatic Colors of #7EF240
Black with #7EF240
Text Example
Text Example
White with #7EF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF240; }
p { color: rgb(126,242,64); }
H1.HeaderClassName
{
color: #7EF240;
}
.AnyTagClassName
{
color: #7EF240;
}
</style>
background-color css
<style>
a { background-color: #7EF240; }
a { background-color: rgb(126,242,64); }
div.DivClassName
{
background-color: #7EF240;
}
.BgClassName
{
background-color: #7EF240;
}
</style>
border-color css
<style>
span { border-color: #7EF240; }
span { border-color: rgb(126,242,64); }
td.TdClassName
{
border-color: #7EF240;
}
.TagClassName
{
border-color: #7EF240;
}
</style>