Shades of Atlantis #7FE136
Tints of Atlantis #7FE136
RGB
CMYK
RGB Variations
Color information
#7FE136 (or 0x7FE136) is known color: Atlantis. HEX triplet: 7F, E1 and 36. RGB value is (127,225,54). Sum of RGB (Red+Green+Blue) = 127+225+54=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE136 is #801EC9. Grayscale: #B0B0B0. Windows color (decimal): -8396490 or 3596671. OLE color: 3596671.
HSL color Cylindrical-coordinate representation of color #7FE136: hue angle of 94.39º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7FE136 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 54 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.12 |
| HSL | 94.39º | 0.74% | 0.55% | - |
| HSV(B) | 94.39º | 0.76% | 0.88% | - |
| XYZ | 36.34 | 58.63 | 12.89 | - |
| YUV | 176.2 | 59.03 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 54 | 0.44 | 0 | 0.76 | 0.12 | 94.39 | 0.74 | 0.55 |
| Hex | 7F | E1 | 36 | 2C | 0 | 4C | C | 5E | 4A | 37 |
| Octal | 177 | 341 | 66 | 54 | 0 | 114 | 14 | 136 | 112 | 67 |
| Binary | 1111111 | 11100001 | 110110 | 101100 | 0 | 1001100 | 1100 | 1011110 | 1001010 | 110111 |
Color Harmonies of #7FE136
Complementary color
Monochromatic Colors of #7FE136
Black with #7FE136
Text Example
Text Example
White with #7FE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE136; }
p { color: rgb(127,225,54); }
H1.HeaderClassName
{
color: #7FE136;
}
.AnyTagClassName
{
color: #7FE136;
}
</style>
background-color css
<style>
a { background-color: #7FE136; }
a { background-color: rgb(127,225,54); }
div.DivClassName
{
background-color: #7FE136;
}
.BgClassName
{
background-color: #7FE136;
}
</style>
border-color css
<style>
span { border-color: #7FE136; }
span { border-color: rgb(127,225,54); }
td.TdClassName
{
border-color: #7FE136;
}
.TagClassName
{
border-color: #7FE136;
}
</style>