Shades of Atlantis #7EEF42
Tints of Atlantis #7EEF42
RGB
CMYK
RGB Variations
Color information
#7EEF42 (or 0x7EEF42) is known color: Atlantis. HEX triplet: 7E, EF and 42. RGB value is (126,239,66). Sum of RGB (Red+Green+Blue) = 126+239+66=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 239 (93.75% from 255 or 55.45% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEF42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEF42 is #8110BD. Grayscale: #BABABA. Windows color (decimal): -8458430 or 4386686. OLE color: 4386686.
HSL color Cylindrical-coordinate representation of color #7EEF42: hue angle of 99.19º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EEF42 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 239 | 66 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.06 |
| HSL | 99.19º | 0.84% | 0.6% | - |
| HSV(B) | 99.19º | 0.72% | 0.94% | - |
| XYZ | 40.45 | 66.56 | 15.87 | - |
| YUV | 185.49 | 60.56 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 239 | 66 | 0.47 | 0 | 0.72 | 0.06 | 99.19 | 0.84 | 0.6 |
| Hex | 7E | EF | 42 | 2F | 0 | 48 | 6 | 63 | 54 | 3C |
| Octal | 176 | 357 | 102 | 57 | 0 | 110 | 6 | 143 | 124 | 74 |
| Binary | 1111110 | 11101111 | 1000010 | 101111 | 0 | 1001000 | 110 | 1100011 | 1010100 | 111100 |
Color Harmonies of #7EEF42
Complementary color
Monochromatic Colors of #7EEF42
Black with #7EEF42
Text Example
Text Example
White with #7EEF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEF42; }
p { color: rgb(126,239,66); }
H1.HeaderClassName
{
color: #7EEF42;
}
.AnyTagClassName
{
color: #7EEF42;
}
</style>
background-color css
<style>
a { background-color: #7EEF42; }
a { background-color: rgb(126,239,66); }
div.DivClassName
{
background-color: #7EEF42;
}
.BgClassName
{
background-color: #7EEF42;
}
</style>
border-color css
<style>
span { border-color: #7EEF42; }
span { border-color: rgb(126,239,66); }
td.TdClassName
{
border-color: #7EEF42;
}
.TagClassName
{
border-color: #7EEF42;
}
</style>