Shades of Atlantis #7EF234
Tints of Atlantis #7EF234
RGB
CMYK
RGB Variations
Color information
#7EF234 (or 0x7EF234) is known color: Atlantis. HEX triplet: 7E, F2 and 34. RGB value is (126,242,52). Sum of RGB (Red+Green+Blue) = 126+242+52=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF234 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EF234 is #810DCB. Grayscale: #BABABA. Windows color (decimal): -8457676 or 3469950. OLE color: 3469950.
HSL color Cylindrical-coordinate representation of color #7EF234: hue angle of 96.63º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EF234 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 52 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.05 |
| HSL | 96.63º | 0.88% | 0.58% | - |
| HSV(B) | 96.63º | 0.79% | 0.95% | - |
| XYZ | 40.98 | 68.19 | 14.25 | - |
| YUV | 185.66 | 52.57 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 52 | 0.48 | 0 | 0.79 | 0.05 | 96.63 | 0.88 | 0.58 |
| Hex | 7E | F2 | 34 | 30 | 0 | 4F | 5 | 61 | 58 | 3A |
| Octal | 176 | 362 | 64 | 60 | 0 | 117 | 5 | 141 | 130 | 72 |
| Binary | 1111110 | 11110010 | 110100 | 110000 | 0 | 1001111 | 101 | 1100001 | 1011000 | 111010 |
Color Harmonies of #7EF234
Complementary color
Monochromatic Colors of #7EF234
Black with #7EF234
Text Example
Text Example
White with #7EF234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF234; }
p { color: rgb(126,242,52); }
H1.HeaderClassName
{
color: #7EF234;
}
.AnyTagClassName
{
color: #7EF234;
}
</style>
background-color css
<style>
a { background-color: #7EF234; }
a { background-color: rgb(126,242,52); }
div.DivClassName
{
background-color: #7EF234;
}
.BgClassName
{
background-color: #7EF234;
}
</style>
border-color css
<style>
span { border-color: #7EF234; }
span { border-color: rgb(126,242,52); }
td.TdClassName
{
border-color: #7EF234;
}
.TagClassName
{
border-color: #7EF234;
}
</style>