Shades of Atlantis #7DDD37
Tints of Atlantis #7DDD37
RGB
CMYK
RGB Variations
Color information
#7DDD37 (or 0x7DDD37) is known color: Atlantis. HEX triplet: 7D, DD and 37. RGB value is (125,221,55). Sum of RGB (Red+Green+Blue) = 125+221+55=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD37 is #8222C8. Grayscale: #ADADAD. Windows color (decimal): -8528585 or 3661181. OLE color: 3661181.
HSL color Cylindrical-coordinate representation of color #7DDD37: hue angle of 94.7º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DDD37 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 55 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.13 |
| HSL | 94.7º | 0.71% | 0.54% | - |
| HSV(B) | 94.7º | 0.75% | 0.87% | - |
| XYZ | 35 | 56.35 | 12.65 | - |
| YUV | 173.37 | 61.2 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 55 | 0.43 | 0 | 0.75 | 0.13 | 94.7 | 0.71 | 0.54 |
| Hex | 7D | DD | 37 | 2B | 0 | 4B | D | 5F | 47 | 36 |
| Octal | 175 | 335 | 67 | 53 | 0 | 113 | 15 | 137 | 107 | 66 |
| Binary | 1111101 | 11011101 | 110111 | 101011 | 0 | 1001011 | 1101 | 1011111 | 1000111 | 110110 |
Color Harmonies of #7DDD37
Complementary color
Monochromatic Colors of #7DDD37
Black with #7DDD37
Text Example
Text Example
White with #7DDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD37; }
p { color: rgb(125,221,55); }
H1.HeaderClassName
{
color: #7DDD37;
}
.AnyTagClassName
{
color: #7DDD37;
}
</style>
background-color css
<style>
a { background-color: #7DDD37; }
a { background-color: rgb(125,221,55); }
div.DivClassName
{
background-color: #7DDD37;
}
.BgClassName
{
background-color: #7DDD37;
}
</style>
border-color css
<style>
span { border-color: #7DDD37; }
span { border-color: rgb(125,221,55); }
td.TdClassName
{
border-color: #7DDD37;
}
.TagClassName
{
border-color: #7DDD37;
}
</style>