Shades of Atlantis #76EC3A
Tints of Atlantis #76EC3A
RGB
CMYK
RGB Variations
Color information
#76EC3A (or 0x76EC3A) is known color: Atlantis. HEX triplet: 76, EC and 3A. RGB value is (118,236,58). Sum of RGB (Red+Green+Blue) = 118+236+58=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 236 (92.58% from 255 or 57.28% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 236 - color contains mainly: green. Hex color #76EC3A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EC3A is #8913C5. Grayscale: #B5B5B5. Windows color (decimal): -8983494 or 3861622. OLE color: 3861622.
HSL color Cylindrical-coordinate representation of color #76EC3A: hue angle of 99.78º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76EC3A is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 58 | - |
| CMYK | 0.5 | 0 | 0.75 | 0.07 |
| HSL | 99.78º | 0.82% | 0.58% | - |
| HSV(B) | 99.78º | 0.75% | 0.93% | - |
| XYZ | 38.23 | 64.15 | 14.37 | - |
| YUV | 180.43 | 58.91 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 58 | 0.5 | 0 | 0.75 | 0.07 | 99.78 | 0.82 | 0.58 |
| Hex | 76 | EC | 3A | 32 | 0 | 4B | 7 | 64 | 52 | 3A |
| Octal | 166 | 354 | 72 | 62 | 0 | 113 | 7 | 144 | 122 | 72 |
| Binary | 1110110 | 11101100 | 111010 | 110010 | 0 | 1001011 | 111 | 1100100 | 1010010 | 111010 |
Color Harmonies of #76EC3A
Complementary color
Monochromatic Colors of #76EC3A
Black with #76EC3A
Text Example
Text Example
White with #76EC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EC3A; }
p { color: rgb(118,236,58); }
H1.HeaderClassName
{
color: #76EC3A;
}
.AnyTagClassName
{
color: #76EC3A;
}
</style>
background-color css
<style>
a { background-color: #76EC3A; }
a { background-color: rgb(118,236,58); }
div.DivClassName
{
background-color: #76EC3A;
}
.BgClassName
{
background-color: #76EC3A;
}
</style>
border-color css
<style>
span { border-color: #76EC3A; }
span { border-color: rgb(118,236,58); }
td.TdClassName
{
border-color: #76EC3A;
}
.TagClassName
{
border-color: #76EC3A;
}
</style>