Shades of Atlantis #7EEB32
Tints of Atlantis #7EEB32
RGB
CMYK
RGB Variations
Color information
#7EEB32 (or 0x7EEB32) is known color: Atlantis. HEX triplet: 7E, EB and 32. RGB value is (126,235,50). Sum of RGB (Red+Green+Blue) = 126+235+50=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 235 (92.19% from 255 or 57.18% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEB32 is #8114CD. Grayscale: #B5B5B5. Windows color (decimal): -8459470 or 3337086. OLE color: 3337086.
HSL color Cylindrical-coordinate representation of color #7EEB32: hue angle of 95.35º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EEB32 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 235 | 50 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.08 |
| HSL | 95.35º | 0.82% | 0.56% | - |
| HSV(B) | 95.35º | 0.79% | 0.92% | - |
| XYZ | 38.89 | 64.08 | 13.34 | - |
| YUV | 181.32 | 53.89 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 235 | 50 | 0.46 | 0 | 0.79 | 0.08 | 95.35 | 0.82 | 0.56 |
| Hex | 7E | EB | 32 | 2E | 0 | 4F | 8 | 5F | 52 | 38 |
| Octal | 176 | 353 | 62 | 56 | 0 | 117 | 10 | 137 | 122 | 70 |
| Binary | 1111110 | 11101011 | 110010 | 101110 | 0 | 1001111 | 1000 | 1011111 | 1010010 | 111000 |
Color Harmonies of #7EEB32
Complementary color
Monochromatic Colors of #7EEB32
Black with #7EEB32
Text Example
Text Example
White with #7EEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEB32; }
p { color: rgb(126,235,50); }
H1.HeaderClassName
{
color: #7EEB32;
}
.AnyTagClassName
{
color: #7EEB32;
}
</style>
background-color css
<style>
a { background-color: #7EEB32; }
a { background-color: rgb(126,235,50); }
div.DivClassName
{
background-color: #7EEB32;
}
.BgClassName
{
background-color: #7EEB32;
}
</style>
border-color css
<style>
span { border-color: #7EEB32; }
span { border-color: rgb(126,235,50); }
td.TdClassName
{
border-color: #7EEB32;
}
.TagClassName
{
border-color: #7EEB32;
}
</style>