Shades of Atlantis #76D937
Tints of Atlantis #76D937
RGB
CMYK
RGB Variations
Color information
#76D937 (or 0x76D937) is known color: Atlantis. HEX triplet: 76, D9 and 37. RGB value is (118,217,55). Sum of RGB (Red+Green+Blue) = 118+217+55=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #76D937 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D937 is #8926C8. Grayscale: #A9A9A9. Windows color (decimal): -8988361 or 3660150. OLE color: 3660150.
HSL color Cylindrical-coordinate representation of color #76D937: hue angle of 96.67º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76D937 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 55 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.15 |
| HSL | 96.67º | 0.68% | 0.53% | - |
| HSV(B) | 96.67º | 0.75% | 0.85% | - |
| XYZ | 32.97 | 53.75 | 12.25 | - |
| YUV | 168.93 | 63.7 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 55 | 0.46 | 0 | 0.75 | 0.15 | 96.67 | 0.68 | 0.53 |
| Hex | 76 | D9 | 37 | 2E | 0 | 4B | F | 61 | 44 | 35 |
| Octal | 166 | 331 | 67 | 56 | 0 | 113 | 17 | 141 | 104 | 65 |
| Binary | 1110110 | 11011001 | 110111 | 101110 | 0 | 1001011 | 1111 | 1100001 | 1000100 | 110101 |
Color Harmonies of #76D937
Complementary color
Monochromatic Colors of #76D937
Black with #76D937
Text Example
Text Example
White with #76D937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D937; }
p { color: rgb(118,217,55); }
H1.HeaderClassName
{
color: #76D937;
}
.AnyTagClassName
{
color: #76D937;
}
</style>
background-color css
<style>
a { background-color: #76D937; }
a { background-color: rgb(118,217,55); }
div.DivClassName
{
background-color: #76D937;
}
.BgClassName
{
background-color: #76D937;
}
</style>
border-color css
<style>
span { border-color: #76D937; }
span { border-color: rgb(118,217,55); }
td.TdClassName
{
border-color: #76D937;
}
.TagClassName
{
border-color: #76D937;
}
</style>