Shades of Atlantis #93D053
Tints of Atlantis #93D053
RGB
CMYK
RGB Variations
Color information
#93D053 (or 0x93D053) is known color: Atlantis. HEX triplet: 93, D0 and 53. RGB value is (147,208,83). Sum of RGB (Red+Green+Blue) = 147+208+83=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #93D053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D053 is #6C2FAC. Grayscale: #AFAFAF. Windows color (decimal): -7090093 or 5492883. OLE color: 5492883.
HSL color Cylindrical-coordinate representation of color #93D053: hue angle of 89.28º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93D053 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 83 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.18 |
| HSL | 89.28º | 0.57% | 0.57% | - |
| HSV(B) | 89.28º | 0.6% | 0.82% | - |
| XYZ | 36.15 | 51.94 | 16.3 | - |
| YUV | 175.51 | 75.79 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 83 | 0.29 | 0 | 0.60 | 0.18 | 89.28 | 0.57 | 0.57 |
| Hex | 93 | D0 | 53 | 1D | 0 | 3C | 12 | 59 | 39 | 39 |
| Octal | 223 | 320 | 123 | 35 | 0 | 74 | 22 | 131 | 71 | 71 |
| Binary | 10010011 | 11010000 | 1010011 | 11101 | 0 | 111100 | 10010 | 1011001 | 111001 | 111001 |
Color Harmonies of #93D053
Complementary color
Monochromatic Colors of #93D053
Black with #93D053
Text Example
Text Example
White with #93D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D053; }
p { color: rgb(147,208,83); }
H1.HeaderClassName
{
color: #93D053;
}
.AnyTagClassName
{
color: #93D053;
}
</style>
background-color css
<style>
a { background-color: #93D053; }
a { background-color: rgb(147,208,83); }
div.DivClassName
{
background-color: #93D053;
}
.BgClassName
{
background-color: #93D053;
}
</style>
border-color css
<style>
span { border-color: #93D053; }
span { border-color: rgb(147,208,83); }
td.TdClassName
{
border-color: #93D053;
}
.TagClassName
{
border-color: #93D053;
}
</style>