Shades of Atlantis #93EC32
Tints of Atlantis #93EC32
RGB
CMYK
RGB Variations
Color information
#93EC32 (or 0x93EC32) is known color: Atlantis. HEX triplet: 93, EC and 32. RGB value is (147,236,50). Sum of RGB (Red+Green+Blue) = 147+236+50=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93EC32 is #6C13CD. Grayscale: #BCBCBC. Windows color (decimal): -7082958 or 3337363. OLE color: 3337363.
HSL color Cylindrical-coordinate representation of color #93EC32: hue angle of 88.71º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93EC32 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 50 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.07 |
| HSL | 88.71º | 0.83% | 0.56% | - |
| HSV(B) | 88.71º | 0.79% | 0.93% | - |
| XYZ | 42.6 | 66.42 | 13.59 | - |
| YUV | 188.19 | 50.01 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 50 | 0.38 | 0 | 0.79 | 0.07 | 88.71 | 0.83 | 0.56 |
| Hex | 93 | EC | 32 | 26 | 0 | 4F | 7 | 59 | 53 | 38 |
| Octal | 223 | 354 | 62 | 46 | 0 | 117 | 7 | 131 | 123 | 70 |
| Binary | 10010011 | 11101100 | 110010 | 100110 | 0 | 1001111 | 111 | 1011001 | 1010011 | 111000 |
Color Harmonies of #93EC32
Complementary color
Monochromatic Colors of #93EC32
Black with #93EC32
Text Example
Text Example
White with #93EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC32; }
p { color: rgb(147,236,50); }
H1.HeaderClassName
{
color: #93EC32;
}
.AnyTagClassName
{
color: #93EC32;
}
</style>
background-color css
<style>
a { background-color: #93EC32; }
a { background-color: rgb(147,236,50); }
div.DivClassName
{
background-color: #93EC32;
}
.BgClassName
{
background-color: #93EC32;
}
</style>
border-color css
<style>
span { border-color: #93EC32; }
span { border-color: rgb(147,236,50); }
td.TdClassName
{
border-color: #93EC32;
}
.TagClassName
{
border-color: #93EC32;
}
</style>