Shades of Atlantis #73EC37
Tints of Atlantis #73EC37
RGB
CMYK
RGB Variations
Color information
#73EC37 (or 0x73EC37) is known color: Atlantis. HEX triplet: 73, EC and 37. RGB value is (115,236,55). Sum of RGB (Red+Green+Blue) = 115+236+55=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 236 (92.58% from 255 or 58.13% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EC37 is #8C13C8. Grayscale: #B3B3B3. Windows color (decimal): -9180105 or 3665011. OLE color: 3665011.
HSL color Cylindrical-coordinate representation of color #73EC37: hue angle of 100.11º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73EC37 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 55 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.07 |
| HSL | 100.11º | 0.83% | 0.57% | - |
| HSV(B) | 100.11º | 0.77% | 0.93% | - |
| XYZ | 37.76 | 63.91 | 13.96 | - |
| YUV | 179.19 | 57.91 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 55 | 0.51 | 0 | 0.77 | 0.07 | 100.11 | 0.83 | 0.57 |
| Hex | 73 | EC | 37 | 33 | 0 | 4D | 7 | 64 | 53 | 39 |
| Octal | 163 | 354 | 67 | 63 | 0 | 115 | 7 | 144 | 123 | 71 |
| Binary | 1110011 | 11101100 | 110111 | 110011 | 0 | 1001101 | 111 | 1100100 | 1010011 | 111001 |
Color Harmonies of #73EC37
Complementary color
Monochromatic Colors of #73EC37
Black with #73EC37
Text Example
Text Example
White with #73EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC37; }
p { color: rgb(115,236,55); }
H1.HeaderClassName
{
color: #73EC37;
}
.AnyTagClassName
{
color: #73EC37;
}
</style>
background-color css
<style>
a { background-color: #73EC37; }
a { background-color: rgb(115,236,55); }
div.DivClassName
{
background-color: #73EC37;
}
.BgClassName
{
background-color: #73EC37;
}
</style>
border-color css
<style>
span { border-color: #73EC37; }
span { border-color: rgb(115,236,55); }
td.TdClassName
{
border-color: #73EC37;
}
.TagClassName
{
border-color: #73EC37;
}
</style>