Shades of Atlantis #93D835
Tints of Atlantis #93D835
RGB
CMYK
RGB Variations
Color information
#93D835 (or 0x93D835) is known color: Atlantis. HEX triplet: 93, D8 and 35. RGB value is (147,216,53). Sum of RGB (Red+Green+Blue) = 147+216+53=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #93D835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D835 is #6C27CA. Grayscale: #B1B1B1. Windows color (decimal): -7088075 or 3528851. OLE color: 3528851.
HSL color Cylindrical-coordinate representation of color #93D835: hue angle of 85.4º degrees, saturation: 0.68, 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 #93D835 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 53 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.15 |
| HSL | 85.4º | 0.68% | 0.53% | - |
| HSV(B) | 85.4º | 0.75% | 0.85% | - |
| XYZ | 37.23 | 55.57 | 12.13 | - |
| YUV | 176.79 | 58.14 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 53 | 0.32 | 0 | 0.75 | 0.15 | 85.4 | 0.68 | 0.53 |
| Hex | 93 | D8 | 35 | 20 | 0 | 4B | F | 55 | 44 | 35 |
| Octal | 223 | 330 | 65 | 40 | 0 | 113 | 17 | 125 | 104 | 65 |
| Binary | 10010011 | 11011000 | 110101 | 100000 | 0 | 1001011 | 1111 | 1010101 | 1000100 | 110101 |
Color Harmonies of #93D835
Complementary color
Monochromatic Colors of #93D835
Black with #93D835
Text Example
Text Example
White with #93D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D835; }
p { color: rgb(147,216,53); }
H1.HeaderClassName
{
color: #93D835;
}
.AnyTagClassName
{
color: #93D835;
}
</style>
background-color css
<style>
a { background-color: #93D835; }
a { background-color: rgb(147,216,53); }
div.DivClassName
{
background-color: #93D835;
}
.BgClassName
{
background-color: #93D835;
}
</style>
border-color css
<style>
span { border-color: #93D835; }
span { border-color: rgb(147,216,53); }
td.TdClassName
{
border-color: #93D835;
}
.TagClassName
{
border-color: #93D835;
}
</style>