Shades of Atlantis #7ED03C
Tints of Atlantis #7ED03C
RGB
CMYK
RGB Variations
Color information
#7ED03C (or 0x7ED03C) is known color: Atlantis. HEX triplet: 7E, D0 and 3C. RGB value is (126,208,60). Sum of RGB (Red+Green+Blue) = 126+208+60=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ED03C is #812FC3. Grayscale: #A7A7A7. Windows color (decimal): -8466372 or 3985534. OLE color: 3985534.
HSL color Cylindrical-coordinate representation of color #7ED03C: hue angle of 93.24º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7ED03C is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 60 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.18 |
| HSL | 93.24º | 0.61% | 0.53% | - |
| HSV(B) | 93.24º | 0.71% | 0.82% | - |
| XYZ | 31.98 | 49.87 | 12.22 | - |
| YUV | 166.61 | 67.83 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 60 | 0.39 | 0 | 0.71 | 0.18 | 93.24 | 0.61 | 0.53 |
| Hex | 7E | D0 | 3C | 27 | 0 | 47 | 12 | 5D | 3D | 35 |
| Octal | 176 | 320 | 74 | 47 | 0 | 107 | 22 | 135 | 75 | 65 |
| Binary | 1111110 | 11010000 | 111100 | 100111 | 0 | 1000111 | 10010 | 1011101 | 111101 | 110101 |
Color Harmonies of #7ED03C
Complementary color
Monochromatic Colors of #7ED03C
Black with #7ED03C
Text Example
Text Example
White with #7ED03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED03C; }
p { color: rgb(126,208,60); }
H1.HeaderClassName
{
color: #7ED03C;
}
.AnyTagClassName
{
color: #7ED03C;
}
</style>
background-color css
<style>
a { background-color: #7ED03C; }
a { background-color: rgb(126,208,60); }
div.DivClassName
{
background-color: #7ED03C;
}
.BgClassName
{
background-color: #7ED03C;
}
</style>
border-color css
<style>
span { border-color: #7ED03C; }
span { border-color: rgb(126,208,60); }
td.TdClassName
{
border-color: #7ED03C;
}
.TagClassName
{
border-color: #7ED03C;
}
</style>