Shades of Atlantis #93E931
Tints of Atlantis #93E931
RGB
CMYK
RGB Variations
Color information
#93E931 (or 0x93E931) is known color: Atlantis. HEX triplet: 93, E9 and 31. RGB value is (147,233,49). Sum of RGB (Red+Green+Blue) = 147+233+49=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 233 (91.41% from 255 or 54.31% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 233 - color contains mainly: green. Hex color #93E931 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93E931 is #6C16CE. Grayscale: #BABABA. Windows color (decimal): -7083727 or 3271059. OLE color: 3271059.
HSL color Cylindrical-coordinate representation of color #93E931: hue angle of 88.04º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93E931 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 49 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.09 |
| HSL | 88.04º | 0.81% | 0.55% | - |
| HSV(B) | 88.04º | 0.79% | 0.91% | - |
| XYZ | 41.73 | 64.7 | 13.2 | - |
| YUV | 186.31 | 50.51 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 49 | 0.37 | 0 | 0.79 | 0.09 | 88.04 | 0.81 | 0.55 |
| Hex | 93 | E9 | 31 | 25 | 0 | 4F | 9 | 58 | 51 | 37 |
| Octal | 223 | 351 | 61 | 45 | 0 | 117 | 11 | 130 | 121 | 67 |
| Binary | 10010011 | 11101001 | 110001 | 100101 | 0 | 1001111 | 1001 | 1011000 | 1010001 | 110111 |
Color Harmonies of #93E931
Complementary color
Monochromatic Colors of #93E931
Black with #93E931
Text Example
Text Example
White with #93E931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E931; }
p { color: rgb(147,233,49); }
H1.HeaderClassName
{
color: #93E931;
}
.AnyTagClassName
{
color: #93E931;
}
</style>
background-color css
<style>
a { background-color: #93E931; }
a { background-color: rgb(147,233,49); }
div.DivClassName
{
background-color: #93E931;
}
.BgClassName
{
background-color: #93E931;
}
</style>
border-color css
<style>
span { border-color: #93E931; }
span { border-color: rgb(147,233,49); }
td.TdClassName
{
border-color: #93E931;
}
.TagClassName
{
border-color: #93E931;
}
</style>