Shades of Atlantis #93D951
Tints of Atlantis #93D951
RGB
CMYK
RGB Variations
Color information
#93D951 (or 0x93D951) is known color: Atlantis. HEX triplet: 93, D9 and 51. RGB value is (147,217,81). Sum of RGB (Red+Green+Blue) = 147+217+81=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #93D951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D951 is #6C26AE. Grayscale: #B5B5B5. Windows color (decimal): -7087791 or 5364115. OLE color: 5364115.
HSL color Cylindrical-coordinate representation of color #93D951: hue angle of 90.88º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93D951 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 81 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.15 |
| HSL | 90.88º | 0.64% | 0.58% | - |
| HSV(B) | 90.88º | 0.63% | 0.85% | - |
| XYZ | 38.33 | 56.42 | 16.66 | - |
| YUV | 180.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 81 | 0.32 | 0 | 0.63 | 0.15 | 90.88 | 0.64 | 0.58 |
| Hex | 93 | D9 | 51 | 20 | 0 | 3F | F | 5B | 40 | 3A |
| Octal | 223 | 331 | 121 | 40 | 0 | 77 | 17 | 133 | 100 | 72 |
| Binary | 10010011 | 11011001 | 1010001 | 100000 | 0 | 111111 | 1111 | 1011011 | 1000000 | 111010 |
Color Harmonies of #93D951
Complementary color
Monochromatic Colors of #93D951
Black with #93D951
Text Example
Text Example
White with #93D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D951; }
p { color: rgb(147,217,81); }
H1.HeaderClassName
{
color: #93D951;
}
.AnyTagClassName
{
color: #93D951;
}
</style>
background-color css
<style>
a { background-color: #93D951; }
a { background-color: rgb(147,217,81); }
div.DivClassName
{
background-color: #93D951;
}
.BgClassName
{
background-color: #93D951;
}
</style>
border-color css
<style>
span { border-color: #93D951; }
span { border-color: rgb(147,217,81); }
td.TdClassName
{
border-color: #93D951;
}
.TagClassName
{
border-color: #93D951;
}
</style>