Shades of Atlantis #7DED37
Tints of Atlantis #7DED37
RGB
CMYK
RGB Variations
Color information
#7DED37 (or 0x7DED37) is known color: Atlantis. HEX triplet: 7D, ED and 37. RGB value is (125,237,55). Sum of RGB (Red+Green+Blue) = 125+237+55=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DED37 is #8212C8. Grayscale: #B7B7B7. Windows color (decimal): -8524489 or 3665277. OLE color: 3665277.
HSL color Cylindrical-coordinate representation of color #7DED37: hue angle of 96.92º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DED37 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 55 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.07 |
| HSL | 96.92º | 0.83% | 0.57% | - |
| HSV(B) | 96.92º | 0.77% | 0.93% | - |
| XYZ | 39.43 | 65.2 | 14.12 | - |
| YUV | 182.76 | 55.89 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 55 | 0.47 | 0 | 0.77 | 0.07 | 96.92 | 0.83 | 0.57 |
| Hex | 7D | ED | 37 | 2F | 0 | 4D | 7 | 61 | 53 | 39 |
| Octal | 175 | 355 | 67 | 57 | 0 | 115 | 7 | 141 | 123 | 71 |
| Binary | 1111101 | 11101101 | 110111 | 101111 | 0 | 1001101 | 111 | 1100001 | 1010011 | 111001 |
Color Harmonies of #7DED37
Complementary color
Monochromatic Colors of #7DED37
Black with #7DED37
Text Example
Text Example
White with #7DED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED37; }
p { color: rgb(125,237,55); }
H1.HeaderClassName
{
color: #7DED37;
}
.AnyTagClassName
{
color: #7DED37;
}
</style>
background-color css
<style>
a { background-color: #7DED37; }
a { background-color: rgb(125,237,55); }
div.DivClassName
{
background-color: #7DED37;
}
.BgClassName
{
background-color: #7DED37;
}
</style>
border-color css
<style>
span { border-color: #7DED37; }
span { border-color: rgb(125,237,55); }
td.TdClassName
{
border-color: #7DED37;
}
.TagClassName
{
border-color: #7DED37;
}
</style>