Shades of Atlantis #7DE235
Tints of Atlantis #7DE235
RGB
CMYK
RGB Variations
Color information
#7DE235 (or 0x7DE235) is known color: Atlantis. HEX triplet: 7D, E2 and 35. RGB value is (125,226,53). Sum of RGB (Red+Green+Blue) = 125+226+53=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 226 (88.67% from 255 or 55.94% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DE235 is #821DCA. Grayscale: #B0B0B0. Windows color (decimal): -8527307 or 3531389. OLE color: 3531389.
HSL color Cylindrical-coordinate representation of color #7DE235: hue angle of 95.03º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DE235 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 226 | 53 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.11 |
| HSL | 95.03º | 0.75% | 0.55% | - |
| HSV(B) | 95.03º | 0.77% | 0.89% | - |
| XYZ | 36.3 | 59.01 | 12.85 | - |
| YUV | 176.08 | 58.54 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 226 | 53 | 0.45 | 0 | 0.77 | 0.11 | 95.03 | 0.75 | 0.55 |
| Hex | 7D | E2 | 35 | 2D | 0 | 4D | B | 5F | 4B | 37 |
| Octal | 175 | 342 | 65 | 55 | 0 | 115 | 13 | 137 | 113 | 67 |
| Binary | 1111101 | 11100010 | 110101 | 101101 | 0 | 1001101 | 1011 | 1011111 | 1001011 | 110111 |
Color Harmonies of #7DE235
Complementary color
Monochromatic Colors of #7DE235
Black with #7DE235
Text Example
Text Example
White with #7DE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE235; }
p { color: rgb(125,226,53); }
H1.HeaderClassName
{
color: #7DE235;
}
.AnyTagClassName
{
color: #7DE235;
}
</style>
background-color css
<style>
a { background-color: #7DE235; }
a { background-color: rgb(125,226,53); }
div.DivClassName
{
background-color: #7DE235;
}
.BgClassName
{
background-color: #7DE235;
}
</style>
border-color css
<style>
span { border-color: #7DE235; }
span { border-color: rgb(125,226,53); }
td.TdClassName
{
border-color: #7DE235;
}
.TagClassName
{
border-color: #7DE235;
}
</style>