Shades of Atlantis #74EC36
Tints of Atlantis #74EC36
RGB
CMYK
RGB Variations
Color information
#74EC36 (or 0x74EC36) is known color: Atlantis. HEX triplet: 74, EC and 36. RGB value is (116,236,54). Sum of RGB (Red+Green+Blue) = 116+236+54=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 236 (92.58% from 255 or 58.13% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EC36 is #8B13C9. Grayscale: #B3B3B3. Windows color (decimal): -9114570 or 3599476. OLE color: 3599476.
HSL color Cylindrical-coordinate representation of color #74EC36: hue angle of 99.56º 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 #74EC36 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 54 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.07 |
| HSL | 99.56º | 0.83% | 0.57% | - |
| HSV(B) | 99.56º | 0.77% | 0.93% | - |
| XYZ | 37.86 | 63.97 | 13.84 | - |
| YUV | 179.37 | 57.24 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 54 | 0.51 | 0 | 0.77 | 0.07 | 99.56 | 0.83 | 0.57 |
| Hex | 74 | EC | 36 | 33 | 0 | 4D | 7 | 64 | 53 | 39 |
| Octal | 164 | 354 | 66 | 63 | 0 | 115 | 7 | 144 | 123 | 71 |
| Binary | 1110100 | 11101100 | 110110 | 110011 | 0 | 1001101 | 111 | 1100100 | 1010011 | 111001 |
Color Harmonies of #74EC36
Complementary color
Monochromatic Colors of #74EC36
Black with #74EC36
Text Example
Text Example
White with #74EC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC36; }
p { color: rgb(116,236,54); }
H1.HeaderClassName
{
color: #74EC36;
}
.AnyTagClassName
{
color: #74EC36;
}
</style>
background-color css
<style>
a { background-color: #74EC36; }
a { background-color: rgb(116,236,54); }
div.DivClassName
{
background-color: #74EC36;
}
.BgClassName
{
background-color: #74EC36;
}
</style>
border-color css
<style>
span { border-color: #74EC36; }
span { border-color: rgb(116,236,54); }
td.TdClassName
{
border-color: #74EC36;
}
.TagClassName
{
border-color: #74EC36;
}
</style>