Shades of Atlantis #7DD93D
Tints of Atlantis #7DD93D
RGB
CMYK
RGB Variations
Color information
#7DD93D (or 0x7DD93D) is known color: Atlantis. HEX triplet: 7D, D9 and 3D. RGB value is (125,217,61). Sum of RGB (Red+Green+Blue) = 125+217+61=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD93D is #8226C2. Grayscale: #ACACAC. Windows color (decimal): -8529603 or 4053373. OLE color: 4053373.
HSL color Cylindrical-coordinate representation of color #7DD93D: hue angle of 95.38º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DD93D is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 61 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.15 |
| HSL | 95.38º | 0.67% | 0.55% | - |
| HSV(B) | 95.38º | 0.72% | 0.85% | - |
| XYZ | 34.11 | 54.32 | 13.1 | - |
| YUV | 171.71 | 65.52 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 61 | 0.42 | 0 | 0.72 | 0.15 | 95.38 | 0.67 | 0.55 |
| Hex | 7D | D9 | 3D | 2A | 0 | 48 | F | 5F | 43 | 37 |
| Octal | 175 | 331 | 75 | 52 | 0 | 110 | 17 | 137 | 103 | 67 |
| Binary | 1111101 | 11011001 | 111101 | 101010 | 0 | 1001000 | 1111 | 1011111 | 1000011 | 110111 |
Color Harmonies of #7DD93D
Complementary color
Monochromatic Colors of #7DD93D
Black with #7DD93D
Text Example
Text Example
White with #7DD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD93D; }
p { color: rgb(125,217,61); }
H1.HeaderClassName
{
color: #7DD93D;
}
.AnyTagClassName
{
color: #7DD93D;
}
</style>
background-color css
<style>
a { background-color: #7DD93D; }
a { background-color: rgb(125,217,61); }
div.DivClassName
{
background-color: #7DD93D;
}
.BgClassName
{
background-color: #7DD93D;
}
</style>
border-color css
<style>
span { border-color: #7DD93D; }
span { border-color: rgb(125,217,61); }
td.TdClassName
{
border-color: #7DD93D;
}
.TagClassName
{
border-color: #7DD93D;
}
</style>