Shades of Atlantis #7EE731
Tints of Atlantis #7EE731
RGB
CMYK
RGB Variations
Color information
#7EE731 (or 0x7EE731) is known color: Atlantis. HEX triplet: 7E, E7 and 31. RGB value is (126,231,49). Sum of RGB (Red+Green+Blue) = 126+231+49=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 231 (90.62% from 255 or 56.90% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 231 - color contains mainly: green. Hex color #7EE731 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EE731 is #8118CE. Grayscale: #B3B3B3. Windows color (decimal): -8460495 or 3270526. OLE color: 3270526.
HSL color Cylindrical-coordinate representation of color #7EE731: hue angle of 94.62º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EE731 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 231 | 49 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.09 |
| HSL | 94.62º | 0.79% | 0.55% | - |
| HSV(B) | 94.62º | 0.79% | 0.91% | - |
| XYZ | 37.73 | 61.81 | 12.85 | - |
| YUV | 178.86 | 54.71 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 231 | 49 | 0.45 | 0 | 0.79 | 0.09 | 94.62 | 0.79 | 0.55 |
| Hex | 7E | E7 | 31 | 2D | 0 | 4F | 9 | 5F | 4F | 37 |
| Octal | 176 | 347 | 61 | 55 | 0 | 117 | 11 | 137 | 117 | 67 |
| Binary | 1111110 | 11100111 | 110001 | 101101 | 0 | 1001111 | 1001 | 1011111 | 1001111 | 110111 |
Color Harmonies of #7EE731
Complementary color
Monochromatic Colors of #7EE731
Black with #7EE731
Text Example
Text Example
White with #7EE731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE731; }
p { color: rgb(126,231,49); }
H1.HeaderClassName
{
color: #7EE731;
}
.AnyTagClassName
{
color: #7EE731;
}
</style>
background-color css
<style>
a { background-color: #7EE731; }
a { background-color: rgb(126,231,49); }
div.DivClassName
{
background-color: #7EE731;
}
.BgClassName
{
background-color: #7EE731;
}
</style>
border-color css
<style>
span { border-color: #7EE731; }
span { border-color: rgb(126,231,49); }
td.TdClassName
{
border-color: #7EE731;
}
.TagClassName
{
border-color: #7EE731;
}
</style>