Shades of Atlantis #7EF037
Tints of Atlantis #7EF037
RGB
CMYK
RGB Variations
Color information
#7EF037 (or 0x7EF037) is known color: Atlantis. HEX triplet: 7E, F0 and 37. RGB value is (126,240,55). Sum of RGB (Red+Green+Blue) = 126+240+55=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #7EF037 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EF037 is #810FC8. Grayscale: #B9B9B9. Windows color (decimal): -8458185 or 3666046. OLE color: 3666046.
HSL color Cylindrical-coordinate representation of color #7EF037: hue angle of 96.97º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EF037 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 240 | 55 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.06 |
| HSL | 96.97º | 0.86% | 0.58% | - |
| HSV(B) | 96.97º | 0.77% | 0.94% | - |
| XYZ | 40.45 | 67.03 | 14.42 | - |
| YUV | 184.82 | 54.73 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 240 | 55 | 0.48 | 0 | 0.77 | 0.06 | 96.97 | 0.86 | 0.58 |
| Hex | 7E | F0 | 37 | 30 | 0 | 4D | 6 | 61 | 56 | 3A |
| Octal | 176 | 360 | 67 | 60 | 0 | 115 | 6 | 141 | 126 | 72 |
| Binary | 1111110 | 11110000 | 110111 | 110000 | 0 | 1001101 | 110 | 1100001 | 1010110 | 111010 |
Color Harmonies of #7EF037
Complementary color
Monochromatic Colors of #7EF037
Black with #7EF037
Text Example
Text Example
White with #7EF037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF037; }
p { color: rgb(126,240,55); }
H1.HeaderClassName
{
color: #7EF037;
}
.AnyTagClassName
{
color: #7EF037;
}
</style>
background-color css
<style>
a { background-color: #7EF037; }
a { background-color: rgb(126,240,55); }
div.DivClassName
{
background-color: #7EF037;
}
.BgClassName
{
background-color: #7EF037;
}
</style>
border-color css
<style>
span { border-color: #7EF037; }
span { border-color: rgb(126,240,55); }
td.TdClassName
{
border-color: #7EF037;
}
.TagClassName
{
border-color: #7EF037;
}
</style>