Shades of Atlantis #93EC4D
Tints of Atlantis #93EC4D
RGB
CMYK
RGB Variations
Color information
#93EC4D (or 0x93EC4D) is known color: Atlantis. HEX triplet: 93, EC and 4D. RGB value is (147,236,77). Sum of RGB (Red+Green+Blue) = 147+236+77=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EC4D is #6C13B2. Grayscale: #BFBFBF. Windows color (decimal): -7082931 or 5106835. OLE color: 5106835.
HSL color Cylindrical-coordinate representation of color #93EC4D: hue angle of 93.58º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93EC4D is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 77 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.07 |
| HSL | 93.58º | 0.81% | 0.61% | - |
| HSV(B) | 93.58º | 0.67% | 0.93% | - |
| XYZ | 43.37 | 66.73 | 17.62 | - |
| YUV | 191.26 | 63.51 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 77 | 0.38 | 0 | 0.67 | 0.07 | 93.58 | 0.81 | 0.61 |
| Hex | 93 | EC | 4D | 26 | 0 | 43 | 7 | 5E | 51 | 3D |
| Octal | 223 | 354 | 115 | 46 | 0 | 103 | 7 | 136 | 121 | 75 |
| Binary | 10010011 | 11101100 | 1001101 | 100110 | 0 | 1000011 | 111 | 1011110 | 1010001 | 111101 |
Color Harmonies of #93EC4D
Complementary color
Monochromatic Colors of #93EC4D
Black with #93EC4D
Text Example
Text Example
White with #93EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC4D; }
p { color: rgb(147,236,77); }
H1.HeaderClassName
{
color: #93EC4D;
}
.AnyTagClassName
{
color: #93EC4D;
}
</style>
background-color css
<style>
a { background-color: #93EC4D; }
a { background-color: rgb(147,236,77); }
div.DivClassName
{
background-color: #93EC4D;
}
.BgClassName
{
background-color: #93EC4D;
}
</style>
border-color css
<style>
span { border-color: #93EC4D; }
span { border-color: rgb(147,236,77); }
td.TdClassName
{
border-color: #93EC4D;
}
.TagClassName
{
border-color: #93EC4D;
}
</style>