Shades of Atlantis #93D735
Tints of Atlantis #93D735
RGB
CMYK
RGB Variations
Color information
#93D735 (or 0x93D735) is known color: Atlantis. HEX triplet: 93, D7 and 35. RGB value is (147,215,53). Sum of RGB (Red+Green+Blue) = 147+215+53=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #93D735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D735 is #6C28CA. Grayscale: #B0B0B0. Windows color (decimal): -7088331 or 3528595. OLE color: 3528595.
HSL color Cylindrical-coordinate representation of color #93D735: hue angle of 85.19º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93D735 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 53 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.16 |
| HSL | 85.19º | 0.67% | 0.53% | - |
| HSV(B) | 85.19º | 0.75% | 0.84% | - |
| XYZ | 36.98 | 55.06 | 12.05 | - |
| YUV | 176.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 53 | 0.32 | 0 | 0.75 | 0.16 | 85.19 | 0.67 | 0.53 |
| Hex | 93 | D7 | 35 | 20 | 0 | 4B | 10 | 55 | 43 | 35 |
| Octal | 223 | 327 | 65 | 40 | 0 | 113 | 20 | 125 | 103 | 65 |
| Binary | 10010011 | 11010111 | 110101 | 100000 | 0 | 1001011 | 10000 | 1010101 | 1000011 | 110101 |
Color Harmonies of #93D735
Complementary color
Monochromatic Colors of #93D735
Black with #93D735
Text Example
Text Example
White with #93D735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D735; }
p { color: rgb(147,215,53); }
H1.HeaderClassName
{
color: #93D735;
}
.AnyTagClassName
{
color: #93D735;
}
</style>
background-color css
<style>
a { background-color: #93D735; }
a { background-color: rgb(147,215,53); }
div.DivClassName
{
background-color: #93D735;
}
.BgClassName
{
background-color: #93D735;
}
</style>
border-color css
<style>
span { border-color: #93D735; }
span { border-color: rgb(147,215,53); }
td.TdClassName
{
border-color: #93D735;
}
.TagClassName
{
border-color: #93D735;
}
</style>