Shades of Atlantis #7DF43A
Tints of Atlantis #7DF43A
RGB
CMYK
RGB Variations
Color information
#7DF43A (or 0x7DF43A) is known color: Atlantis. HEX triplet: 7D, F4 and 3A. RGB value is (125,244,58). Sum of RGB (Red+Green+Blue) = 125+244+58=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF43A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF43A is #820BC5. Grayscale: #BBBBBB. Windows color (decimal): -8522694 or 3863677. OLE color: 3863677.
HSL color Cylindrical-coordinate representation of color #7DF43A: hue angle of 98.39º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DF43A is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 58 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.04 |
| HSL | 98.39º | 0.89% | 0.59% | - |
| HSV(B) | 98.39º | 0.76% | 0.96% | - |
| XYZ | 41.57 | 69.37 | 15.2 | - |
| YUV | 187.22 | 55.08 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 58 | 0.49 | 0 | 0.76 | 0.04 | 98.39 | 0.89 | 0.59 |
| Hex | 7D | F4 | 3A | 31 | 0 | 4C | 4 | 62 | 59 | 3B |
| Octal | 175 | 364 | 72 | 61 | 0 | 114 | 4 | 142 | 131 | 73 |
| Binary | 1111101 | 11110100 | 111010 | 110001 | 0 | 1001100 | 100 | 1100010 | 1011001 | 111011 |
Color Harmonies of #7DF43A
Complementary color
Monochromatic Colors of #7DF43A
Black with #7DF43A
Text Example
Text Example
White with #7DF43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF43A; }
p { color: rgb(125,244,58); }
H1.HeaderClassName
{
color: #7DF43A;
}
.AnyTagClassName
{
color: #7DF43A;
}
</style>
background-color css
<style>
a { background-color: #7DF43A; }
a { background-color: rgb(125,244,58); }
div.DivClassName
{
background-color: #7DF43A;
}
.BgClassName
{
background-color: #7DF43A;
}
</style>
border-color css
<style>
span { border-color: #7DF43A; }
span { border-color: rgb(125,244,58); }
td.TdClassName
{
border-color: #7DF43A;
}
.TagClassName
{
border-color: #7DF43A;
}
</style>