Shades of Atlantis #7DF03D
Tints of Atlantis #7DF03D
RGB
CMYK
RGB Variations
Color information
#7DF03D (or 0x7DF03D) is known color: Atlantis. HEX triplet: 7D, F0 and 3D. RGB value is (125,240,61). Sum of RGB (Red+Green+Blue) = 125+240+61=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF03D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF03D is #820FC2. Grayscale: #B9B9B9. Windows color (decimal): -8523715 or 4059261. OLE color: 4059261.
HSL color Cylindrical-coordinate representation of color #7DF03D: hue angle of 98.55º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DF03D is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 61 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.06 |
| HSL | 98.55º | 0.86% | 0.59% | - |
| HSV(B) | 98.55º | 0.75% | 0.94% | - |
| XYZ | 40.46 | 67.02 | 15.22 | - |
| YUV | 185.21 | 57.9 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 61 | 0.48 | 0 | 0.75 | 0.06 | 98.55 | 0.86 | 0.59 |
| Hex | 7D | F0 | 3D | 30 | 0 | 4B | 6 | 63 | 56 | 3B |
| Octal | 175 | 360 | 75 | 60 | 0 | 113 | 6 | 143 | 126 | 73 |
| Binary | 1111101 | 11110000 | 111101 | 110000 | 0 | 1001011 | 110 | 1100011 | 1010110 | 111011 |
Color Harmonies of #7DF03D
Complementary color
Monochromatic Colors of #7DF03D
Black with #7DF03D
Text Example
Text Example
White with #7DF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF03D; }
p { color: rgb(125,240,61); }
H1.HeaderClassName
{
color: #7DF03D;
}
.AnyTagClassName
{
color: #7DF03D;
}
</style>
background-color css
<style>
a { background-color: #7DF03D; }
a { background-color: rgb(125,240,61); }
div.DivClassName
{
background-color: #7DF03D;
}
.BgClassName
{
background-color: #7DF03D;
}
</style>
border-color css
<style>
span { border-color: #7DF03D; }
span { border-color: rgb(125,240,61); }
td.TdClassName
{
border-color: #7DF03D;
}
.TagClassName
{
border-color: #7DF03D;
}
</style>