Shades of Atlantis #7DD83D
Tints of Atlantis #7DD83D
RGB
CMYK
RGB Variations
Color information
#7DD83D (or 0x7DD83D) is known color: Atlantis. HEX triplet: 7D, D8 and 3D. RGB value is (125,216,61). Sum of RGB (Red+Green+Blue) = 125+216+61=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD83D is #8227C2. Grayscale: #ABABAB. Windows color (decimal): -8529859 or 4053117. OLE color: 4053117.
HSL color Cylindrical-coordinate representation of color #7DD83D: hue angle of 95.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DD83D is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 61 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.15 |
| HSL | 95.23º | 0.67% | 0.54% | - |
| HSV(B) | 95.23º | 0.72% | 0.85% | - |
| XYZ | 33.86 | 53.81 | 13.02 | - |
| YUV | 171.12 | 65.85 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 61 | 0.42 | 0 | 0.72 | 0.15 | 95.23 | 0.67 | 0.54 |
| Hex | 7D | D8 | 3D | 2A | 0 | 48 | F | 5F | 43 | 36 |
| Octal | 175 | 330 | 75 | 52 | 0 | 110 | 17 | 137 | 103 | 66 |
| Binary | 1111101 | 11011000 | 111101 | 101010 | 0 | 1001000 | 1111 | 1011111 | 1000011 | 110110 |
Color Harmonies of #7DD83D
Complementary color
Monochromatic Colors of #7DD83D
Black with #7DD83D
Text Example
Text Example
White with #7DD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD83D; }
p { color: rgb(125,216,61); }
H1.HeaderClassName
{
color: #7DD83D;
}
.AnyTagClassName
{
color: #7DD83D;
}
</style>
background-color css
<style>
a { background-color: #7DD83D; }
a { background-color: rgb(125,216,61); }
div.DivClassName
{
background-color: #7DD83D;
}
.BgClassName
{
background-color: #7DD83D;
}
</style>
border-color css
<style>
span { border-color: #7DD83D; }
span { border-color: rgb(125,216,61); }
td.TdClassName
{
border-color: #7DD83D;
}
.TagClassName
{
border-color: #7DD83D;
}
</style>