Shades of Atlantis #7DF031
Tints of Atlantis #7DF031
RGB
CMYK
RGB Variations
Color information
#7DF031 (or 0x7DF031) is known color: Atlantis. HEX triplet: 7D, F0 and 31. RGB value is (125,240,49). Sum of RGB (Red+Green+Blue) = 125+240+49=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 240 (94.14% from 255 or 57.97% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF031 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF031 is #820FCE. Grayscale: #B8B8B8. Windows color (decimal): -8523727 or 3272829. OLE color: 3272829.
HSL color Cylindrical-coordinate representation of color #7DF031: hue angle of 96.13º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DF031 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 49 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.06 |
| HSL | 96.13º | 0.86% | 0.57% | - |
| HSV(B) | 96.13º | 0.8% | 0.94% | - |
| XYZ | 40.17 | 66.9 | 13.7 | - |
| YUV | 183.84 | 51.9 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 49 | 0.48 | 0 | 0.80 | 0.06 | 96.13 | 0.86 | 0.57 |
| Hex | 7D | F0 | 31 | 30 | 0 | 50 | 6 | 60 | 56 | 39 |
| Octal | 175 | 360 | 61 | 60 | 0 | 120 | 6 | 140 | 126 | 71 |
| Binary | 1111101 | 11110000 | 110001 | 110000 | 0 | 1010000 | 110 | 1100000 | 1010110 | 111001 |
Color Harmonies of #7DF031
Complementary color
Monochromatic Colors of #7DF031
Black with #7DF031
Text Example
Text Example
White with #7DF031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF031; }
p { color: rgb(125,240,49); }
H1.HeaderClassName
{
color: #7DF031;
}
.AnyTagClassName
{
color: #7DF031;
}
</style>
background-color css
<style>
a { background-color: #7DF031; }
a { background-color: rgb(125,240,49); }
div.DivClassName
{
background-color: #7DF031;
}
.BgClassName
{
background-color: #7DF031;
}
</style>
border-color css
<style>
span { border-color: #7DF031; }
span { border-color: rgb(125,240,49); }
td.TdClassName
{
border-color: #7DF031;
}
.TagClassName
{
border-color: #7DF031;
}
</style>