Shades of Atlantis #7DEF3E
Tints of Atlantis #7DEF3E
RGB
CMYK
RGB Variations
Color information
#7DEF3E (or 0x7DEF3E) is known color: Atlantis. HEX triplet: 7D, EF and 3E. RGB value is (125,239,62). Sum of RGB (Red+Green+Blue) = 125+239+62=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEF3E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEF3E is #8210C1. Grayscale: #B9B9B9. Windows color (decimal): -8523970 or 4124541. OLE color: 4124541.
HSL color Cylindrical-coordinate representation of color #7DEF3E: hue angle of 98.64º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DEF3E is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 239 | 62 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.06 |
| HSL | 98.64º | 0.85% | 0.59% | - |
| HSV(B) | 98.64º | 0.74% | 0.94% | - |
| XYZ | 40.19 | 66.44 | 15.26 | - |
| YUV | 184.74 | 58.73 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 239 | 62 | 0.48 | 0 | 0.74 | 0.06 | 98.64 | 0.85 | 0.59 |
| Hex | 7D | EF | 3E | 30 | 0 | 4A | 6 | 63 | 55 | 3B |
| Octal | 175 | 357 | 76 | 60 | 0 | 112 | 6 | 143 | 125 | 73 |
| Binary | 1111101 | 11101111 | 111110 | 110000 | 0 | 1001010 | 110 | 1100011 | 1010101 | 111011 |
Color Harmonies of #7DEF3E
Complementary color
Monochromatic Colors of #7DEF3E
Black with #7DEF3E
Text Example
Text Example
White with #7DEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEF3E; }
p { color: rgb(125,239,62); }
H1.HeaderClassName
{
color: #7DEF3E;
}
.AnyTagClassName
{
color: #7DEF3E;
}
</style>
background-color css
<style>
a { background-color: #7DEF3E; }
a { background-color: rgb(125,239,62); }
div.DivClassName
{
background-color: #7DEF3E;
}
.BgClassName
{
background-color: #7DEF3E;
}
</style>
border-color css
<style>
span { border-color: #7DEF3E; }
span { border-color: rgb(125,239,62); }
td.TdClassName
{
border-color: #7DEF3E;
}
.TagClassName
{
border-color: #7DEF3E;
}
</style>