Shades of Atlantis #7FE536
Tints of Atlantis #7FE536
RGB
CMYK
RGB Variations
Color information
#7FE536 (or 0x7FE536) is known color: Atlantis. HEX triplet: 7F, E5 and 36. RGB value is (127,229,54). Sum of RGB (Red+Green+Blue) = 127+229+54=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 229 (89.84% from 255 or 55.85% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE536 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE536 is #801AC9. Grayscale: #B3B3B3. Windows color (decimal): -8395466 or 3597695. OLE color: 3597695.
HSL color Cylindrical-coordinate representation of color #7FE536: hue angle of 94.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7FE536 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 54 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.10 |
| HSL | 94.97º | 0.77% | 0.55% | - |
| HSV(B) | 94.97º | 0.76% | 0.9% | - |
| XYZ | 37.44 | 60.82 | 13.26 | - |
| YUV | 178.55 | 57.71 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 54 | 0.45 | 0 | 0.76 | 0.10 | 94.97 | 0.77 | 0.55 |
| Hex | 7F | E5 | 36 | 2D | 0 | 4C | A | 5F | 4D | 37 |
| Octal | 177 | 345 | 66 | 55 | 0 | 114 | 12 | 137 | 115 | 67 |
| Binary | 1111111 | 11100101 | 110110 | 101101 | 0 | 1001100 | 1010 | 1011111 | 1001101 | 110111 |
Color Harmonies of #7FE536
Complementary color
Monochromatic Colors of #7FE536
Black with #7FE536
Text Example
Text Example
White with #7FE536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE536; }
p { color: rgb(127,229,54); }
H1.HeaderClassName
{
color: #7FE536;
}
.AnyTagClassName
{
color: #7FE536;
}
</style>
background-color css
<style>
a { background-color: #7FE536; }
a { background-color: rgb(127,229,54); }
div.DivClassName
{
background-color: #7FE536;
}
.BgClassName
{
background-color: #7FE536;
}
</style>
border-color css
<style>
span { border-color: #7FE536; }
span { border-color: rgb(127,229,54); }
td.TdClassName
{
border-color: #7FE536;
}
.TagClassName
{
border-color: #7FE536;
}
</style>