Shades of Atlantis #93D651
Tints of Atlantis #93D651
RGB
CMYK
RGB Variations
Color information
#93D651 (or 0x93D651) is known color: Atlantis. HEX triplet: 93, D6 and 51. RGB value is (147,214,81). Sum of RGB (Red+Green+Blue) = 147+214+81=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #93D651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D651 is #6C29AE. Grayscale: #B3B3B3. Windows color (decimal): -7088559 or 5363347. OLE color: 5363347.
HSL color Cylindrical-coordinate representation of color #93D651: hue angle of 90.23º degrees, saturation: 0.62, 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 #93D651 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 81 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.16 |
| HSL | 90.23º | 0.62% | 0.58% | - |
| HSV(B) | 90.23º | 0.62% | 0.84% | - |
| XYZ | 37.56 | 54.89 | 16.4 | - |
| YUV | 178.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 81 | 0.31 | 0 | 0.62 | 0.16 | 90.23 | 0.62 | 0.58 |
| Hex | 93 | D6 | 51 | 1F | 0 | 3E | 10 | 5A | 3E | 3A |
| Octal | 223 | 326 | 121 | 37 | 0 | 76 | 20 | 132 | 76 | 72 |
| Binary | 10010011 | 11010110 | 1010001 | 11111 | 0 | 111110 | 10000 | 1011010 | 111110 | 111010 |
Color Harmonies of #93D651
Complementary color
Monochromatic Colors of #93D651
Black with #93D651
Text Example
Text Example
White with #93D651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D651; }
p { color: rgb(147,214,81); }
H1.HeaderClassName
{
color: #93D651;
}
.AnyTagClassName
{
color: #93D651;
}
</style>
background-color css
<style>
a { background-color: #93D651; }
a { background-color: rgb(147,214,81); }
div.DivClassName
{
background-color: #93D651;
}
.BgClassName
{
background-color: #93D651;
}
</style>
border-color css
<style>
span { border-color: #93D651; }
span { border-color: rgb(147,214,81); }
td.TdClassName
{
border-color: #93D651;
}
.TagClassName
{
border-color: #93D651;
}
</style>