Shades of Atlantis #93D037
Tints of Atlantis #93D037
RGB
CMYK
RGB Variations
Color information
#93D037 (or 0x93D037) is known color: Atlantis. HEX triplet: 93, D0 and 37. RGB value is (147,208,55). Sum of RGB (Red+Green+Blue) = 147+208+55=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #93D037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D037 is #6C2FC8. Grayscale: #ACACAC. Windows color (decimal): -7090121 or 3657875. OLE color: 3657875.
HSL color Cylindrical-coordinate representation of color #93D037: hue angle of 83.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93D037 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 55 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.18 |
| HSL | 83.92º | 0.62% | 0.52% | - |
| HSV(B) | 83.92º | 0.74% | 0.82% | - |
| XYZ | 35.28 | 51.59 | 11.71 | - |
| YUV | 172.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 55 | 0.29 | 0 | 0.74 | 0.18 | 83.92 | 0.62 | 0.52 |
| Hex | 93 | D0 | 37 | 1D | 0 | 4A | 12 | 54 | 3E | 34 |
| Octal | 223 | 320 | 67 | 35 | 0 | 112 | 22 | 124 | 76 | 64 |
| Binary | 10010011 | 11010000 | 110111 | 11101 | 0 | 1001010 | 10010 | 1010100 | 111110 | 110100 |
Color Harmonies of #93D037
Complementary color
Monochromatic Colors of #93D037
Black with #93D037
Text Example
Text Example
White with #93D037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D037; }
p { color: rgb(147,208,55); }
H1.HeaderClassName
{
color: #93D037;
}
.AnyTagClassName
{
color: #93D037;
}
</style>
background-color css
<style>
a { background-color: #93D037; }
a { background-color: rgb(147,208,55); }
div.DivClassName
{
background-color: #93D037;
}
.BgClassName
{
background-color: #93D037;
}
</style>
border-color css
<style>
span { border-color: #93D037; }
span { border-color: rgb(147,208,55); }
td.TdClassName
{
border-color: #93D037;
}
.TagClassName
{
border-color: #93D037;
}
</style>