Shades of Atlantis #76E337
Tints of Atlantis #76E337
RGB
CMYK
RGB Variations
Color information
#76E337 (or 0x76E337) is known color: Atlantis. HEX triplet: 76, E3 and 37. RGB value is (118,227,55). Sum of RGB (Red+Green+Blue) = 118+227+55=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #76E337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E337 is #891CC8. Grayscale: #AFAFAF. Windows color (decimal): -8985801 or 3662710. OLE color: 3662710.
HSL color Cylindrical-coordinate representation of color #76E337: hue angle of 98.02º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76E337 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 227 | 55 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.11 |
| HSL | 98.02º | 0.75% | 0.55% | - |
| HSV(B) | 98.02º | 0.76% | 0.89% | - |
| XYZ | 35.63 | 59.07 | 13.14 | - |
| YUV | 174.8 | 60.39 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 227 | 55 | 0.48 | 0 | 0.76 | 0.11 | 98.02 | 0.75 | 0.55 |
| Hex | 76 | E3 | 37 | 30 | 0 | 4C | B | 62 | 4B | 37 |
| Octal | 166 | 343 | 67 | 60 | 0 | 114 | 13 | 142 | 113 | 67 |
| Binary | 1110110 | 11100011 | 110111 | 110000 | 0 | 1001100 | 1011 | 1100010 | 1001011 | 110111 |
Color Harmonies of #76E337
Complementary color
Monochromatic Colors of #76E337
Black with #76E337
Text Example
Text Example
White with #76E337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E337; }
p { color: rgb(118,227,55); }
H1.HeaderClassName
{
color: #76E337;
}
.AnyTagClassName
{
color: #76E337;
}
</style>
background-color css
<style>
a { background-color: #76E337; }
a { background-color: rgb(118,227,55); }
div.DivClassName
{
background-color: #76E337;
}
.BgClassName
{
background-color: #76E337;
}
</style>
border-color css
<style>
span { border-color: #76E337; }
span { border-color: rgb(118,227,55); }
td.TdClassName
{
border-color: #76E337;
}
.TagClassName
{
border-color: #76E337;
}
</style>