Shades of Atlantis #7FD83D
Tints of Atlantis #7FD83D
RGB
CMYK
RGB Variations
Color information
#7FD83D (or 0x7FD83D) is known color: Atlantis. HEX triplet: 7F, D8 and 3D. RGB value is (127,216,61). Sum of RGB (Red+Green+Blue) = 127+216+61=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD83D is #8027C2. Grayscale: #ACACAC. Windows color (decimal): -8398787 or 4053119. OLE color: 4053119.
HSL color Cylindrical-coordinate representation of color #7FD83D: hue angle of 94.45º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FD83D is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 216 | 61 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.15 |
| HSL | 94.45º | 0.67% | 0.54% | - |
| HSV(B) | 94.45º | 0.72% | 0.85% | - |
| XYZ | 34.15 | 53.96 | 13.03 | - |
| YUV | 171.72 | 65.51 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 216 | 61 | 0.41 | 0 | 0.72 | 0.15 | 94.45 | 0.67 | 0.54 |
| Hex | 7F | D8 | 3D | 29 | 0 | 48 | F | 5E | 43 | 36 |
| Octal | 177 | 330 | 75 | 51 | 0 | 110 | 17 | 136 | 103 | 66 |
| Binary | 1111111 | 11011000 | 111101 | 101001 | 0 | 1001000 | 1111 | 1011110 | 1000011 | 110110 |
Color Harmonies of #7FD83D
Complementary color
Monochromatic Colors of #7FD83D
Black with #7FD83D
Text Example
Text Example
White with #7FD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD83D; }
p { color: rgb(127,216,61); }
H1.HeaderClassName
{
color: #7FD83D;
}
.AnyTagClassName
{
color: #7FD83D;
}
</style>
background-color css
<style>
a { background-color: #7FD83D; }
a { background-color: rgb(127,216,61); }
div.DivClassName
{
background-color: #7FD83D;
}
.BgClassName
{
background-color: #7FD83D;
}
</style>
border-color css
<style>
span { border-color: #7FD83D; }
span { border-color: rgb(127,216,61); }
td.TdClassName
{
border-color: #7FD83D;
}
.TagClassName
{
border-color: #7FD83D;
}
</style>