Shades of Atlantis #93D548
Tints of Atlantis #93D548
RGB
CMYK
RGB Variations
Color information
#93D548 (or 0x93D548) is known color: Atlantis. HEX triplet: 93, D5 and 48. RGB value is (147,213,72). Sum of RGB (Red+Green+Blue) = 147+213+72=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #93D548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D548 is #6C2AB7. Grayscale: #B1B1B1. Windows color (decimal): -7088824 or 4773267. OLE color: 4773267.
HSL color Cylindrical-coordinate representation of color #93D548: hue angle of 88.09º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93D548 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 72 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.16 |
| HSL | 88.09º | 0.63% | 0.56% | - |
| HSV(B) | 88.09º | 0.66% | 0.84% | - |
| XYZ | 37 | 54.26 | 14.65 | - |
| YUV | 177.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 72 | 0.31 | 0 | 0.66 | 0.16 | 88.09 | 0.63 | 0.56 |
| Hex | 93 | D5 | 48 | 1F | 0 | 42 | 10 | 58 | 3F | 38 |
| Octal | 223 | 325 | 110 | 37 | 0 | 102 | 20 | 130 | 77 | 70 |
| Binary | 10010011 | 11010101 | 1001000 | 11111 | 0 | 1000010 | 10000 | 1011000 | 111111 | 111000 |
Color Harmonies of #93D548
Complementary color
Monochromatic Colors of #93D548
Black with #93D548
Text Example
Text Example
White with #93D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D548; }
p { color: rgb(147,213,72); }
H1.HeaderClassName
{
color: #93D548;
}
.AnyTagClassName
{
color: #93D548;
}
</style>
background-color css
<style>
a { background-color: #93D548; }
a { background-color: rgb(147,213,72); }
div.DivClassName
{
background-color: #93D548;
}
.BgClassName
{
background-color: #93D548;
}
</style>
border-color css
<style>
span { border-color: #93D548; }
span { border-color: rgb(147,213,72); }
td.TdClassName
{
border-color: #93D548;
}
.TagClassName
{
border-color: #93D548;
}
</style>