Shades of Atlantis #93EC39
Tints of Atlantis #93EC39
RGB
CMYK
RGB Variations
Color information
#93EC39 (or 0x93EC39) is known color: Atlantis. HEX triplet: 93, EC and 39. RGB value is (147,236,57). Sum of RGB (Red+Green+Blue) = 147+236+57=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93EC39 is #6C13C6. Grayscale: #BDBDBD. Windows color (decimal): -7082951 or 3796115. OLE color: 3796115.
HSL color Cylindrical-coordinate representation of color #93EC39: hue angle of 89.83º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93EC39 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 57 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.07 |
| HSL | 89.83º | 0.82% | 0.57% | - |
| HSV(B) | 89.83º | 0.76% | 0.93% | - |
| XYZ | 42.77 | 66.49 | 14.45 | - |
| YUV | 188.98 | 53.51 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 57 | 0.38 | 0 | 0.76 | 0.07 | 89.83 | 0.82 | 0.57 |
| Hex | 93 | EC | 39 | 26 | 0 | 4C | 7 | 5A | 52 | 39 |
| Octal | 223 | 354 | 71 | 46 | 0 | 114 | 7 | 132 | 122 | 71 |
| Binary | 10010011 | 11101100 | 111001 | 100110 | 0 | 1001100 | 111 | 1011010 | 1010010 | 111001 |
Color Harmonies of #93EC39
Complementary color
Monochromatic Colors of #93EC39
Black with #93EC39
Text Example
Text Example
White with #93EC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC39; }
p { color: rgb(147,236,57); }
H1.HeaderClassName
{
color: #93EC39;
}
.AnyTagClassName
{
color: #93EC39;
}
</style>
background-color css
<style>
a { background-color: #93EC39; }
a { background-color: rgb(147,236,57); }
div.DivClassName
{
background-color: #93EC39;
}
.BgClassName
{
background-color: #93EC39;
}
</style>
border-color css
<style>
span { border-color: #93EC39; }
span { border-color: rgb(147,236,57); }
td.TdClassName
{
border-color: #93EC39;
}
.TagClassName
{
border-color: #93EC39;
}
</style>