Shades of Atlantis #93EC38
Tints of Atlantis #93EC38
RGB
CMYK
RGB Variations
Color information
#93EC38 (or 0x93EC38) is known color: Atlantis. HEX triplet: 93, EC and 38. RGB value is (147,236,56). Sum of RGB (Red+Green+Blue) = 147+236+56=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93EC38 is #6C13C7. Grayscale: #BDBDBD. Windows color (decimal): -7082952 or 3730579. OLE color: 3730579.
HSL color Cylindrical-coordinate representation of color #93EC38: hue angle of 89.67º degrees, saturation: 0.83, 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 #93EC38 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 56 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.07 |
| HSL | 89.67º | 0.83% | 0.57% | - |
| HSV(B) | 89.67º | 0.76% | 0.93% | - |
| XYZ | 42.74 | 66.48 | 14.32 | - |
| YUV | 188.87 | 53.01 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 56 | 0.38 | 0 | 0.76 | 0.07 | 89.67 | 0.83 | 0.57 |
| Hex | 93 | EC | 38 | 26 | 0 | 4C | 7 | 5A | 53 | 39 |
| Octal | 223 | 354 | 70 | 46 | 0 | 114 | 7 | 132 | 123 | 71 |
| Binary | 10010011 | 11101100 | 111000 | 100110 | 0 | 1001100 | 111 | 1011010 | 1010011 | 111001 |
Color Harmonies of #93EC38
Complementary color
Monochromatic Colors of #93EC38
Black with #93EC38
Text Example
Text Example
White with #93EC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC38; }
p { color: rgb(147,236,56); }
H1.HeaderClassName
{
color: #93EC38;
}
.AnyTagClassName
{
color: #93EC38;
}
</style>
background-color css
<style>
a { background-color: #93EC38; }
a { background-color: rgb(147,236,56); }
div.DivClassName
{
background-color: #93EC38;
}
.BgClassName
{
background-color: #93EC38;
}
</style>
border-color css
<style>
span { border-color: #93EC38; }
span { border-color: rgb(147,236,56); }
td.TdClassName
{
border-color: #93EC38;
}
.TagClassName
{
border-color: #93EC38;
}
</style>