Shades of Atlantis #7DE43D
Tints of Atlantis #7DE43D
RGB
CMYK
RGB Variations
Color information
#7DE43D (or 0x7DE43D) is known color: Atlantis. HEX triplet: 7D, E4 and 3D. RGB value is (125,228,61). Sum of RGB (Red+Green+Blue) = 125+228+61=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DE43D is #821BC2. Grayscale: #B2B2B2. Windows color (decimal): -8526787 or 4056189. OLE color: 4056189.
HSL color Cylindrical-coordinate representation of color #7DE43D: hue angle of 97.01º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DE43D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 228 | 61 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.11 |
| HSL | 97.01º | 0.76% | 0.57% | - |
| HSV(B) | 97.01º | 0.73% | 0.89% | - |
| XYZ | 37.04 | 60.18 | 14.08 | - |
| YUV | 178.17 | 61.88 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 61 | 0.45 | 0 | 0.73 | 0.11 | 97.01 | 0.76 | 0.57 |
| Hex | 7D | E4 | 3D | 2D | 0 | 49 | B | 61 | 4C | 39 |
| Octal | 175 | 344 | 75 | 55 | 0 | 111 | 13 | 141 | 114 | 71 |
| Binary | 1111101 | 11100100 | 111101 | 101101 | 0 | 1001001 | 1011 | 1100001 | 1001100 | 111001 |
Color Harmonies of #7DE43D
Complementary color
Monochromatic Colors of #7DE43D
Black with #7DE43D
Text Example
Text Example
White with #7DE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE43D; }
p { color: rgb(125,228,61); }
H1.HeaderClassName
{
color: #7DE43D;
}
.AnyTagClassName
{
color: #7DE43D;
}
</style>
background-color css
<style>
a { background-color: #7DE43D; }
a { background-color: rgb(125,228,61); }
div.DivClassName
{
background-color: #7DE43D;
}
.BgClassName
{
background-color: #7DE43D;
}
</style>
border-color css
<style>
span { border-color: #7DE43D; }
span { border-color: rgb(125,228,61); }
td.TdClassName
{
border-color: #7DE43D;
}
.TagClassName
{
border-color: #7DE43D;
}
</style>