Shades of Atlantis #7EF333
Tints of Atlantis #7EF333
RGB
CMYK
RGB Variations
Color information
#7EF333 (or 0x7EF333) is known color: Atlantis. HEX triplet: 7E, F3 and 33. RGB value is (126,243,51). Sum of RGB (Red+Green+Blue) = 126+243+51=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #7EF333 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EF333 is #810CCC. Grayscale: #BABABA. Windows color (decimal): -8457421 or 3404670. OLE color: 3404670.
HSL color Cylindrical-coordinate representation of color #7EF333: hue angle of 96.56º degrees, saturation: 0.89, 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 #7EF333 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 243 | 51 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.05 |
| HSL | 96.56º | 0.89% | 0.58% | - |
| HSV(B) | 96.56º | 0.79% | 0.95% | - |
| XYZ | 41.25 | 68.78 | 14.23 | - |
| YUV | 186.13 | 51.74 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 243 | 51 | 0.48 | 0 | 0.79 | 0.05 | 96.56 | 0.89 | 0.58 |
| Hex | 7E | F3 | 33 | 30 | 0 | 4F | 5 | 61 | 59 | 3A |
| Octal | 176 | 363 | 63 | 60 | 0 | 117 | 5 | 141 | 131 | 72 |
| Binary | 1111110 | 11110011 | 110011 | 110000 | 0 | 1001111 | 101 | 1100001 | 1011001 | 111010 |
Color Harmonies of #7EF333
Complementary color
Monochromatic Colors of #7EF333
Black with #7EF333
Text Example
Text Example
White with #7EF333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF333; }
p { color: rgb(126,243,51); }
H1.HeaderClassName
{
color: #7EF333;
}
.AnyTagClassName
{
color: #7EF333;
}
</style>
background-color css
<style>
a { background-color: #7EF333; }
a { background-color: rgb(126,243,51); }
div.DivClassName
{
background-color: #7EF333;
}
.BgClassName
{
background-color: #7EF333;
}
</style>
border-color css
<style>
span { border-color: #7EF333; }
span { border-color: rgb(126,243,51); }
td.TdClassName
{
border-color: #7EF333;
}
.TagClassName
{
border-color: #7EF333;
}
</style>