Shades of Atlantis #7FD737
Tints of Atlantis #7FD737
RGB
CMYK
RGB Variations
Color information
#7FD737 (or 0x7FD737) is known color: Atlantis. HEX triplet: 7F, D7 and 37. RGB value is (127,215,55). Sum of RGB (Red+Green+Blue) = 127+215+55=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #7FD737 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD737 is #8028C8. Grayscale: #ABABAB. Windows color (decimal): -8399049 or 3659647. OLE color: 3659647.
HSL color Cylindrical-coordinate representation of color #7FD737: hue angle of 93º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FD737 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 215 | 55 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.16 |
| HSL | 93º | 0.67% | 0.53% | - |
| HSV(B) | 93º | 0.74% | 0.84% | - |
| XYZ | 33.74 | 53.39 | 12.14 | - |
| YUV | 170.45 | 62.85 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 215 | 55 | 0.41 | 0 | 0.74 | 0.16 | 93 | 0.67 | 0.53 |
| Hex | 7F | D7 | 37 | 29 | 0 | 4A | 10 | 5D | 43 | 35 |
| Octal | 177 | 327 | 67 | 51 | 0 | 112 | 20 | 135 | 103 | 65 |
| Binary | 1111111 | 11010111 | 110111 | 101001 | 0 | 1001010 | 10000 | 1011101 | 1000011 | 110101 |
Color Harmonies of #7FD737
Complementary color
Monochromatic Colors of #7FD737
Black with #7FD737
Text Example
Text Example
White with #7FD737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD737; }
p { color: rgb(127,215,55); }
H1.HeaderClassName
{
color: #7FD737;
}
.AnyTagClassName
{
color: #7FD737;
}
</style>
background-color css
<style>
a { background-color: #7FD737; }
a { background-color: rgb(127,215,55); }
div.DivClassName
{
background-color: #7FD737;
}
.BgClassName
{
background-color: #7FD737;
}
</style>
border-color css
<style>
span { border-color: #7FD737; }
span { border-color: rgb(127,215,55); }
td.TdClassName
{
border-color: #7FD737;
}
.TagClassName
{
border-color: #7FD737;
}
</style>