Shades of Atlantis #7EEF32
Tints of Atlantis #7EEF32
RGB
CMYK
RGB Variations
Color information
#7EEF32 (or 0x7EEF32) is known color: Atlantis. HEX triplet: 7E, EF and 32. RGB value is (126,239,50). Sum of RGB (Red+Green+Blue) = 126+239+50=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEF32 is #8110CD. Grayscale: #B8B8B8. Windows color (decimal): -8458446 or 3338110. OLE color: 3338110.
HSL color Cylindrical-coordinate representation of color #7EEF32: hue angle of 95.87º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EEF32 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 239 | 50 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.06 |
| HSL | 95.87º | 0.86% | 0.57% | - |
| HSV(B) | 95.87º | 0.79% | 0.94% | - |
| XYZ | 40.05 | 66.4 | 13.72 | - |
| YUV | 183.67 | 52.56 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 239 | 50 | 0.47 | 0 | 0.79 | 0.06 | 95.87 | 0.86 | 0.57 |
| Hex | 7E | EF | 32 | 2F | 0 | 4F | 6 | 60 | 56 | 39 |
| Octal | 176 | 357 | 62 | 57 | 0 | 117 | 6 | 140 | 126 | 71 |
| Binary | 1111110 | 11101111 | 110010 | 101111 | 0 | 1001111 | 110 | 1100000 | 1010110 | 111001 |
Color Harmonies of #7EEF32
Complementary color
Monochromatic Colors of #7EEF32
Black with #7EEF32
Text Example
Text Example
White with #7EEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEF32; }
p { color: rgb(126,239,50); }
H1.HeaderClassName
{
color: #7EEF32;
}
.AnyTagClassName
{
color: #7EEF32;
}
</style>
background-color css
<style>
a { background-color: #7EEF32; }
a { background-color: rgb(126,239,50); }
div.DivClassName
{
background-color: #7EEF32;
}
.BgClassName
{
background-color: #7EEF32;
}
</style>
border-color css
<style>
span { border-color: #7EEF32; }
span { border-color: rgb(126,239,50); }
td.TdClassName
{
border-color: #7EEF32;
}
.TagClassName
{
border-color: #7EEF32;
}
</style>