Shades of Atlantis #7DDC3E
Tints of Atlantis #7DDC3E
RGB
CMYK
RGB Variations
Color information
#7DDC3E (or 0x7DDC3E) is known color: Atlantis. HEX triplet: 7D, DC and 3E. RGB value is (125,220,62). Sum of RGB (Red+Green+Blue) = 125+220+62=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDC3E is #8223C1. Grayscale: #AEAEAE. Windows color (decimal): -8528834 or 4119677. OLE color: 4119677.
HSL color Cylindrical-coordinate representation of color #7DDC3E: hue angle of 96.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DDC3E is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 62 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.14 |
| HSL | 96.08º | 0.69% | 0.55% | - |
| HSV(B) | 96.08º | 0.72% | 0.86% | - |
| XYZ | 34.92 | 55.89 | 13.51 | - |
| YUV | 173.58 | 65.03 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 62 | 0.43 | 0 | 0.72 | 0.14 | 96.08 | 0.69 | 0.55 |
| Hex | 7D | DC | 3E | 2B | 0 | 48 | E | 60 | 45 | 37 |
| Octal | 175 | 334 | 76 | 53 | 0 | 110 | 16 | 140 | 105 | 67 |
| Binary | 1111101 | 11011100 | 111110 | 101011 | 0 | 1001000 | 1110 | 1100000 | 1000101 | 110111 |
Color Harmonies of #7DDC3E
Complementary color
Monochromatic Colors of #7DDC3E
Black with #7DDC3E
Text Example
Text Example
White with #7DDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDC3E; }
p { color: rgb(125,220,62); }
H1.HeaderClassName
{
color: #7DDC3E;
}
.AnyTagClassName
{
color: #7DDC3E;
}
</style>
background-color css
<style>
a { background-color: #7DDC3E; }
a { background-color: rgb(125,220,62); }
div.DivClassName
{
background-color: #7DDC3E;
}
.BgClassName
{
background-color: #7DDC3E;
}
</style>
border-color css
<style>
span { border-color: #7DDC3E; }
span { border-color: rgb(125,220,62); }
td.TdClassName
{
border-color: #7DDC3E;
}
.TagClassName
{
border-color: #7DDC3E;
}
</style>