Shades of Atlantis #7FE53D
Tints of Atlantis #7FE53D
RGB
CMYK
RGB Variations
Color information
#7FE53D (or 0x7FE53D) is known color: Atlantis. HEX triplet: 7F, E5 and 3D. RGB value is (127,229,61). Sum of RGB (Red+Green+Blue) = 127+229+61=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE53D is #801AC2. Grayscale: #B3B3B3. Windows color (decimal): -8395459 or 4056447. OLE color: 4056447.
HSL color Cylindrical-coordinate representation of color #7FE53D: hue angle of 96.43º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FE53D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 61 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.10 |
| HSL | 96.43º | 0.76% | 0.57% | - |
| HSV(B) | 96.43º | 0.73% | 0.9% | - |
| XYZ | 37.61 | 60.89 | 14.18 | - |
| YUV | 179.35 | 61.21 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 61 | 0.45 | 0 | 0.73 | 0.10 | 96.43 | 0.76 | 0.57 |
| Hex | 7F | E5 | 3D | 2D | 0 | 49 | A | 60 | 4C | 39 |
| Octal | 177 | 345 | 75 | 55 | 0 | 111 | 12 | 140 | 114 | 71 |
| Binary | 1111111 | 11100101 | 111101 | 101101 | 0 | 1001001 | 1010 | 1100000 | 1001100 | 111001 |
Color Harmonies of #7FE53D
Complementary color
Monochromatic Colors of #7FE53D
Black with #7FE53D
Text Example
Text Example
White with #7FE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE53D; }
p { color: rgb(127,229,61); }
H1.HeaderClassName
{
color: #7FE53D;
}
.AnyTagClassName
{
color: #7FE53D;
}
</style>
background-color css
<style>
a { background-color: #7FE53D; }
a { background-color: rgb(127,229,61); }
div.DivClassName
{
background-color: #7FE53D;
}
.BgClassName
{
background-color: #7FE53D;
}
</style>
border-color css
<style>
span { border-color: #7FE53D; }
span { border-color: rgb(127,229,61); }
td.TdClassName
{
border-color: #7FE53D;
}
.TagClassName
{
border-color: #7FE53D;
}
</style>