Shades of Atlantis #93DC51
Tints of Atlantis #93DC51
RGB
CMYK
RGB Variations
Color information
#93DC51 (or 0x93DC51) is known color: Atlantis. HEX triplet: 93, DC and 51. RGB value is (147,220,81). Sum of RGB (Red+Green+Blue) = 147+220+81=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DC51 is #6C23AE. Grayscale: #B6B6B6. Windows color (decimal): -7087023 or 5364883. OLE color: 5364883.
HSL color Cylindrical-coordinate representation of color #93DC51: hue angle of 91.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93DC51 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 220 | 81 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.14 |
| HSL | 91.51º | 0.67% | 0.59% | - |
| HSV(B) | 91.51º | 0.63% | 0.86% | - |
| XYZ | 39.11 | 57.98 | 16.92 | - |
| YUV | 182.33 | 70.82 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 220 | 81 | 0.33 | 0 | 0.63 | 0.14 | 91.51 | 0.67 | 0.59 |
| Hex | 93 | DC | 51 | 21 | 0 | 3F | E | 5C | 43 | 3B |
| Octal | 223 | 334 | 121 | 41 | 0 | 77 | 16 | 134 | 103 | 73 |
| Binary | 10010011 | 11011100 | 1010001 | 100001 | 0 | 111111 | 1110 | 1011100 | 1000011 | 111011 |
Color Harmonies of #93DC51
Complementary color
Monochromatic Colors of #93DC51
Black with #93DC51
Text Example
Text Example
White with #93DC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DC51; }
p { color: rgb(147,220,81); }
H1.HeaderClassName
{
color: #93DC51;
}
.AnyTagClassName
{
color: #93DC51;
}
</style>
background-color css
<style>
a { background-color: #93DC51; }
a { background-color: rgb(147,220,81); }
div.DivClassName
{
background-color: #93DC51;
}
.BgClassName
{
background-color: #93DC51;
}
</style>
border-color css
<style>
span { border-color: #93DC51; }
span { border-color: rgb(147,220,81); }
td.TdClassName
{
border-color: #93DC51;
}
.TagClassName
{
border-color: #93DC51;
}
</style>