Shades of Atlantis #7EE632
Tints of Atlantis #7EE632
RGB
CMYK
RGB Variations
Color information
#7EE632 (or 0x7EE632) is known color: Atlantis. HEX triplet: 7E, E6 and 32. RGB value is (126,230,50). Sum of RGB (Red+Green+Blue) = 126+230+50=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 230 (90.23% from 255 or 56.65% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 230 - color contains mainly: green. Hex color #7EE632 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EE632 is #8119CD. Grayscale: #B3B3B3. Windows color (decimal): -8460750 or 3335806. OLE color: 3335806.
HSL color Cylindrical-coordinate representation of color #7EE632: hue angle of 94.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EE632 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 230 | 50 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.10 |
| HSL | 94.67º | 0.78% | 0.55% | - |
| HSV(B) | 94.67º | 0.78% | 0.9% | - |
| XYZ | 37.48 | 61.26 | 12.87 | - |
| YUV | 178.38 | 55.54 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 50 | 0.45 | 0 | 0.78 | 0.10 | 94.67 | 0.78 | 0.55 |
| Hex | 7E | E6 | 32 | 2D | 0 | 4E | A | 5F | 4E | 37 |
| Octal | 176 | 346 | 62 | 55 | 0 | 116 | 12 | 137 | 116 | 67 |
| Binary | 1111110 | 11100110 | 110010 | 101101 | 0 | 1001110 | 1010 | 1011111 | 1001110 | 110111 |
Color Harmonies of #7EE632
Complementary color
Monochromatic Colors of #7EE632
Black with #7EE632
Text Example
Text Example
White with #7EE632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE632; }
p { color: rgb(126,230,50); }
H1.HeaderClassName
{
color: #7EE632;
}
.AnyTagClassName
{
color: #7EE632;
}
</style>
background-color css
<style>
a { background-color: #7EE632; }
a { background-color: rgb(126,230,50); }
div.DivClassName
{
background-color: #7EE632;
}
.BgClassName
{
background-color: #7EE632;
}
</style>
border-color css
<style>
span { border-color: #7EE632; }
span { border-color: rgb(126,230,50); }
td.TdClassName
{
border-color: #7EE632;
}
.TagClassName
{
border-color: #7EE632;
}
</style>