Shades of Atlantis #74EC37
Tints of Atlantis #74EC37
RGB
CMYK
RGB Variations
Color information
#74EC37 (or 0x74EC37) is known color: Atlantis. HEX triplet: 74, EC and 37. RGB value is (116,236,55). Sum of RGB (Red+Green+Blue) = 116+236+55=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 236 (92.58% from 255 or 57.99% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EC37 is #8B13C8. Grayscale: #B4B4B4. Windows color (decimal): -9114569 or 3665012. OLE color: 3665012.
HSL color Cylindrical-coordinate representation of color #74EC37: hue angle of 99.78º 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 #74EC37 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 55 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.07 |
| HSL | 99.78º | 0.83% | 0.57% | - |
| HSV(B) | 99.78º | 0.77% | 0.93% | - |
| XYZ | 37.89 | 63.98 | 13.97 | - |
| YUV | 179.49 | 57.74 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 55 | 0.51 | 0 | 0.77 | 0.07 | 99.78 | 0.83 | 0.57 |
| Hex | 74 | EC | 37 | 33 | 0 | 4D | 7 | 64 | 53 | 39 |
| Octal | 164 | 354 | 67 | 63 | 0 | 115 | 7 | 144 | 123 | 71 |
| Binary | 1110100 | 11101100 | 110111 | 110011 | 0 | 1001101 | 111 | 1100100 | 1010011 | 111001 |
Color Harmonies of #74EC37
Complementary color
Monochromatic Colors of #74EC37
Black with #74EC37
Text Example
Text Example
White with #74EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC37; }
p { color: rgb(116,236,55); }
H1.HeaderClassName
{
color: #74EC37;
}
.AnyTagClassName
{
color: #74EC37;
}
</style>
background-color css
<style>
a { background-color: #74EC37; }
a { background-color: rgb(116,236,55); }
div.DivClassName
{
background-color: #74EC37;
}
.BgClassName
{
background-color: #74EC37;
}
</style>
border-color css
<style>
span { border-color: #74EC37; }
span { border-color: rgb(116,236,55); }
td.TdClassName
{
border-color: #74EC37;
}
.TagClassName
{
border-color: #74EC37;
}
</style>