Shades of Atlantis #7ED33D
Tints of Atlantis #7ED33D
RGB
CMYK
RGB Variations
Color information
#7ED33D (or 0x7ED33D) is known color: Atlantis. HEX triplet: 7E, D3 and 3D. RGB value is (126,211,61). Sum of RGB (Red+Green+Blue) = 126+211+61=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED33D is #812CC2. Grayscale: #A9A9A9. Windows color (decimal): -8465603 or 4051838. OLE color: 4051838.
HSL color Cylindrical-coordinate representation of color #7ED33D: hue angle of 94º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ED33D is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 61 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.17 |
| HSL | 94º | 0.63% | 0.53% | - |
| HSV(B) | 94º | 0.71% | 0.83% | - |
| XYZ | 32.74 | 51.36 | 12.6 | - |
| YUV | 168.49 | 67.34 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 61 | 0.40 | 0 | 0.71 | 0.17 | 94 | 0.63 | 0.53 |
| Hex | 7E | D3 | 3D | 28 | 0 | 47 | 11 | 5E | 3F | 35 |
| Octal | 176 | 323 | 75 | 50 | 0 | 107 | 21 | 136 | 77 | 65 |
| Binary | 1111110 | 11010011 | 111101 | 101000 | 0 | 1000111 | 10001 | 1011110 | 111111 | 110101 |
Color Harmonies of #7ED33D
Complementary color
Monochromatic Colors of #7ED33D
Black with #7ED33D
Text Example
Text Example
White with #7ED33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED33D; }
p { color: rgb(126,211,61); }
H1.HeaderClassName
{
color: #7ED33D;
}
.AnyTagClassName
{
color: #7ED33D;
}
</style>
background-color css
<style>
a { background-color: #7ED33D; }
a { background-color: rgb(126,211,61); }
div.DivClassName
{
background-color: #7ED33D;
}
.BgClassName
{
background-color: #7ED33D;
}
</style>
border-color css
<style>
span { border-color: #7ED33D; }
span { border-color: rgb(126,211,61); }
td.TdClassName
{
border-color: #7ED33D;
}
.TagClassName
{
border-color: #7ED33D;
}
</style>