Shades of Atlantis #7FF140
Tints of Atlantis #7FF140
RGB
CMYK
RGB Variations
Color information
#7FF140 (or 0x7FF140) is known color: Atlantis. HEX triplet: 7F, F1 and 40. RGB value is (127,241,64). Sum of RGB (Red+Green+Blue) = 127+241+64=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF140 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF140 is #800EBF. Grayscale: #BBBBBB. Windows color (decimal): -8392384 or 4256127. OLE color: 4256127.
HSL color Cylindrical-coordinate representation of color #7FF140: hue angle of 98.64º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FF140 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 241 | 64 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.05 |
| HSL | 98.64º | 0.86% | 0.6% | - |
| HSV(B) | 98.64º | 0.73% | 0.95% | - |
| XYZ | 41.13 | 67.79 | 15.77 | - |
| YUV | 186.74 | 58.73 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 241 | 64 | 0.47 | 0 | 0.73 | 0.05 | 98.64 | 0.86 | 0.6 |
| Hex | 7F | F1 | 40 | 2F | 0 | 49 | 5 | 63 | 56 | 3C |
| Octal | 177 | 361 | 100 | 57 | 0 | 111 | 5 | 143 | 126 | 74 |
| Binary | 1111111 | 11110001 | 1000000 | 101111 | 0 | 1001001 | 101 | 1100011 | 1010110 | 111100 |
Color Harmonies of #7FF140
Complementary color
Monochromatic Colors of #7FF140
Black with #7FF140
Text Example
Text Example
White with #7FF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF140; }
p { color: rgb(127,241,64); }
H1.HeaderClassName
{
color: #7FF140;
}
.AnyTagClassName
{
color: #7FF140;
}
</style>
background-color css
<style>
a { background-color: #7FF140; }
a { background-color: rgb(127,241,64); }
div.DivClassName
{
background-color: #7FF140;
}
.BgClassName
{
background-color: #7FF140;
}
</style>
border-color css
<style>
span { border-color: #7FF140; }
span { border-color: rgb(127,241,64); }
td.TdClassName
{
border-color: #7FF140;
}
.TagClassName
{
border-color: #7FF140;
}
</style>