Shades of Atlantis #7ED33C
Tints of Atlantis #7ED33C
RGB
CMYK
RGB Variations
Color information
#7ED33C (or 0x7ED33C) is known color: Atlantis. HEX triplet: 7E, D3 and 3C. RGB value is (126,211,60). Sum of RGB (Red+Green+Blue) = 126+211+60=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED33C is #812CC3. Grayscale: #A8A8A8. Windows color (decimal): -8465604 or 3986302. OLE color: 3986302.
HSL color Cylindrical-coordinate representation of color #7ED33C: hue angle of 93.77º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7ED33C is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 60 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.17 |
| HSL | 93.77º | 0.63% | 0.53% | - |
| HSV(B) | 93.77º | 0.72% | 0.83% | - |
| XYZ | 32.71 | 51.35 | 12.46 | - |
| YUV | 168.37 | 66.84 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 60 | 0.40 | 0 | 0.72 | 0.17 | 93.77 | 0.63 | 0.53 |
| Hex | 7E | D3 | 3C | 28 | 0 | 48 | 11 | 5E | 3F | 35 |
| Octal | 176 | 323 | 74 | 50 | 0 | 110 | 21 | 136 | 77 | 65 |
| Binary | 1111110 | 11010011 | 111100 | 101000 | 0 | 1001000 | 10001 | 1011110 | 111111 | 110101 |
Color Harmonies of #7ED33C
Complementary color
Monochromatic Colors of #7ED33C
Black with #7ED33C
Text Example
Text Example
White with #7ED33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED33C; }
p { color: rgb(126,211,60); }
H1.HeaderClassName
{
color: #7ED33C;
}
.AnyTagClassName
{
color: #7ED33C;
}
</style>
background-color css
<style>
a { background-color: #7ED33C; }
a { background-color: rgb(126,211,60); }
div.DivClassName
{
background-color: #7ED33C;
}
.BgClassName
{
background-color: #7ED33C;
}
</style>
border-color css
<style>
span { border-color: #7ED33C; }
span { border-color: rgb(126,211,60); }
td.TdClassName
{
border-color: #7ED33C;
}
.TagClassName
{
border-color: #7ED33C;
}
</style>