Shades of Atlantis #7EEE32
Tints of Atlantis #7EEE32
RGB
CMYK
RGB Variations
Color information
#7EEE32 (or 0x7EEE32) is known color: Atlantis. HEX triplet: 7E, EE and 32. RGB value is (126,238,50). Sum of RGB (Red+Green+Blue) = 126+238+50=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 238 (93.36% from 255 or 57.49% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEE32 is #8111CD. Grayscale: #B7B7B7. Windows color (decimal): -8458702 or 3337854. OLE color: 3337854.
HSL color Cylindrical-coordinate representation of color #7EEE32: hue angle of 95.74º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EEE32 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 238 | 50 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.07 |
| HSL | 95.74º | 0.85% | 0.56% | - |
| HSV(B) | 95.74º | 0.79% | 0.93% | - |
| XYZ | 39.75 | 65.81 | 13.63 | - |
| YUV | 183.08 | 52.89 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 238 | 50 | 0.47 | 0 | 0.79 | 0.07 | 95.74 | 0.85 | 0.56 |
| Hex | 7E | EE | 32 | 2F | 0 | 4F | 7 | 60 | 55 | 38 |
| Octal | 176 | 356 | 62 | 57 | 0 | 117 | 7 | 140 | 125 | 70 |
| Binary | 1111110 | 11101110 | 110010 | 101111 | 0 | 1001111 | 111 | 1100000 | 1010101 | 111000 |
Color Harmonies of #7EEE32
Complementary color
Monochromatic Colors of #7EEE32
Black with #7EEE32
Text Example
Text Example
White with #7EEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEE32; }
p { color: rgb(126,238,50); }
H1.HeaderClassName
{
color: #7EEE32;
}
.AnyTagClassName
{
color: #7EEE32;
}
</style>
background-color css
<style>
a { background-color: #7EEE32; }
a { background-color: rgb(126,238,50); }
div.DivClassName
{
background-color: #7EEE32;
}
.BgClassName
{
background-color: #7EEE32;
}
</style>
border-color css
<style>
span { border-color: #7EEE32; }
span { border-color: rgb(126,238,50); }
td.TdClassName
{
border-color: #7EEE32;
}
.TagClassName
{
border-color: #7EEE32;
}
</style>