Shades of Atlantis #93D552
Tints of Atlantis #93D552
RGB
CMYK
RGB Variations
Color information
#93D552 (or 0x93D552) is known color: Atlantis. HEX triplet: 93, D5 and 52. RGB value is (147,213,82). Sum of RGB (Red+Green+Blue) = 147+213+82=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #93D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D552 is #6C2AAD. Grayscale: #B2B2B2. Windows color (decimal): -7088814 or 5428627. OLE color: 5428627.
HSL color Cylindrical-coordinate representation of color #93D552: hue angle of 90.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93D552 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 82 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.16 |
| HSL | 90.23º | 0.61% | 0.58% | - |
| HSV(B) | 90.23º | 0.62% | 0.84% | - |
| XYZ | 37.35 | 54.4 | 16.51 | - |
| YUV | 178.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 82 | 0.31 | 0 | 0.62 | 0.16 | 90.23 | 0.61 | 0.58 |
| Hex | 93 | D5 | 52 | 1F | 0 | 3E | 10 | 5A | 3D | 3A |
| Octal | 223 | 325 | 122 | 37 | 0 | 76 | 20 | 132 | 75 | 72 |
| Binary | 10010011 | 11010101 | 1010010 | 11111 | 0 | 111110 | 10000 | 1011010 | 111101 | 111010 |
Color Harmonies of #93D552
Complementary color
Monochromatic Colors of #93D552
Black with #93D552
Text Example
Text Example
White with #93D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D552; }
p { color: rgb(147,213,82); }
H1.HeaderClassName
{
color: #93D552;
}
.AnyTagClassName
{
color: #93D552;
}
</style>
background-color css
<style>
a { background-color: #93D552; }
a { background-color: rgb(147,213,82); }
div.DivClassName
{
background-color: #93D552;
}
.BgClassName
{
background-color: #93D552;
}
</style>
border-color css
<style>
span { border-color: #93D552; }
span { border-color: rgb(147,213,82); }
td.TdClassName
{
border-color: #93D552;
}
.TagClassName
{
border-color: #93D552;
}
</style>