Shades of Atlantis #93D739
Tints of Atlantis #93D739
RGB
CMYK
RGB Variations
Color information
#93D739 (or 0x93D739) is known color: Atlantis. HEX triplet: 93, D7 and 39. RGB value is (147,215,57). Sum of RGB (Red+Green+Blue) = 147+215+57=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #93D739 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D739 is #6C28C6. Grayscale: #B1B1B1. Windows color (decimal): -7088327 or 3790739. OLE color: 3790739.
HSL color Cylindrical-coordinate representation of color #93D739: hue angle of 85.82º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93D739 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 57 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.16 |
| HSL | 85.82º | 0.66% | 0.53% | - |
| HSV(B) | 85.82º | 0.73% | 0.84% | - |
| XYZ | 37.07 | 55.1 | 12.55 | - |
| YUV | 176.66 | 60.47 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 57 | 0.32 | 0 | 0.73 | 0.16 | 85.82 | 0.66 | 0.53 |
| Hex | 93 | D7 | 39 | 20 | 0 | 49 | 10 | 56 | 42 | 35 |
| Octal | 223 | 327 | 71 | 40 | 0 | 111 | 20 | 126 | 102 | 65 |
| Binary | 10010011 | 11010111 | 111001 | 100000 | 0 | 1001001 | 10000 | 1010110 | 1000010 | 110101 |
Color Harmonies of #93D739
Complementary color
Monochromatic Colors of #93D739
Black with #93D739
Text Example
Text Example
White with #93D739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D739; }
p { color: rgb(147,215,57); }
H1.HeaderClassName
{
color: #93D739;
}
.AnyTagClassName
{
color: #93D739;
}
</style>
background-color css
<style>
a { background-color: #93D739; }
a { background-color: rgb(147,215,57); }
div.DivClassName
{
background-color: #93D739;
}
.BgClassName
{
background-color: #93D739;
}
</style>
border-color css
<style>
span { border-color: #93D739; }
span { border-color: rgb(147,215,57); }
td.TdClassName
{
border-color: #93D739;
}
.TagClassName
{
border-color: #93D739;
}
</style>