Shades of Atlantis #93D837
Tints of Atlantis #93D837
RGB
CMYK
RGB Variations
Color information
#93D837 (or 0x93D837) is known color: Atlantis. HEX triplet: 93, D8 and 37. RGB value is (147,216,55). Sum of RGB (Red+Green+Blue) = 147+216+55=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #93D837 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D837 is #6C27C8. Grayscale: #B1B1B1. Windows color (decimal): -7088073 or 3659923. OLE color: 3659923.
HSL color Cylindrical-coordinate representation of color #93D837: hue angle of 85.71º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93D837 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 55 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.15 |
| HSL | 85.71º | 0.67% | 0.53% | - |
| HSV(B) | 85.71º | 0.75% | 0.85% | - |
| XYZ | 37.28 | 55.59 | 12.38 | - |
| YUV | 177.02 | 59.14 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 55 | 0.32 | 0 | 0.75 | 0.15 | 85.71 | 0.67 | 0.53 |
| Hex | 93 | D8 | 37 | 20 | 0 | 4B | F | 56 | 43 | 35 |
| Octal | 223 | 330 | 67 | 40 | 0 | 113 | 17 | 126 | 103 | 65 |
| Binary | 10010011 | 11011000 | 110111 | 100000 | 0 | 1001011 | 1111 | 1010110 | 1000011 | 110101 |
Color Harmonies of #93D837
Complementary color
Monochromatic Colors of #93D837
Black with #93D837
Text Example
Text Example
White with #93D837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D837; }
p { color: rgb(147,216,55); }
H1.HeaderClassName
{
color: #93D837;
}
.AnyTagClassName
{
color: #93D837;
}
</style>
background-color css
<style>
a { background-color: #93D837; }
a { background-color: rgb(147,216,55); }
div.DivClassName
{
background-color: #93D837;
}
.BgClassName
{
background-color: #93D837;
}
</style>
border-color css
<style>
span { border-color: #93D837; }
span { border-color: rgb(147,216,55); }
td.TdClassName
{
border-color: #93D837;
}
.TagClassName
{
border-color: #93D837;
}
</style>