Shades of Atlantis #7DF038
Tints of Atlantis #7DF038
RGB
CMYK
RGB Variations
Color information
#7DF038 (or 0x7DF038) is known color: Atlantis. HEX triplet: 7D, F0 and 38. RGB value is (125,240,56). Sum of RGB (Red+Green+Blue) = 125+240+56=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF038 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF038 is #820FC7. Grayscale: #B9B9B9. Windows color (decimal): -8523720 or 3731581. OLE color: 3731581.
HSL color Cylindrical-coordinate representation of color #7DF038: hue angle of 97.5º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DF038 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 56 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.06 |
| HSL | 97.5º | 0.86% | 0.58% | - |
| HSV(B) | 97.5º | 0.77% | 0.94% | - |
| XYZ | 40.33 | 66.97 | 14.54 | - |
| YUV | 184.64 | 55.4 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 56 | 0.48 | 0 | 0.77 | 0.06 | 97.5 | 0.86 | 0.58 |
| Hex | 7D | F0 | 38 | 30 | 0 | 4D | 6 | 62 | 56 | 3A |
| Octal | 175 | 360 | 70 | 60 | 0 | 115 | 6 | 142 | 126 | 72 |
| Binary | 1111101 | 11110000 | 111000 | 110000 | 0 | 1001101 | 110 | 1100010 | 1010110 | 111010 |
Color Harmonies of #7DF038
Complementary color
Monochromatic Colors of #7DF038
Black with #7DF038
Text Example
Text Example
White with #7DF038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF038; }
p { color: rgb(125,240,56); }
H1.HeaderClassName
{
color: #7DF038;
}
.AnyTagClassName
{
color: #7DF038;
}
</style>
background-color css
<style>
a { background-color: #7DF038; }
a { background-color: rgb(125,240,56); }
div.DivClassName
{
background-color: #7DF038;
}
.BgClassName
{
background-color: #7DF038;
}
</style>
border-color css
<style>
span { border-color: #7DF038; }
span { border-color: rgb(125,240,56); }
td.TdClassName
{
border-color: #7DF038;
}
.TagClassName
{
border-color: #7DF038;
}
</style>