Shades of Atlantis #93DD50
Tints of Atlantis #93DD50
RGB
CMYK
RGB Variations
Color information
#93DD50 (or 0x93DD50) is known color: Atlantis. HEX triplet: 93, DD and 50. RGB value is (147,221,80). Sum of RGB (Red+Green+Blue) = 147+221+80=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD50 is #6C22AF. Grayscale: #B7B7B7. Windows color (decimal): -7086768 or 5299603. OLE color: 5299603.
HSL color Cylindrical-coordinate representation of color #93DD50: hue angle of 91.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93DD50 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 80 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.13 |
| HSL | 91.49º | 0.67% | 0.59% | - |
| HSV(B) | 91.49º | 0.64% | 0.87% | - |
| XYZ | 39.34 | 58.5 | 16.81 | - |
| YUV | 182.8 | 69.98 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 80 | 0.33 | 0 | 0.64 | 0.13 | 91.49 | 0.67 | 0.59 |
| Hex | 93 | DD | 50 | 21 | 0 | 40 | D | 5B | 43 | 3B |
| Octal | 223 | 335 | 120 | 41 | 0 | 100 | 15 | 133 | 103 | 73 |
| Binary | 10010011 | 11011101 | 1010000 | 100001 | 0 | 1000000 | 1101 | 1011011 | 1000011 | 111011 |
Color Harmonies of #93DD50
Complementary color
Monochromatic Colors of #93DD50
Black with #93DD50
Text Example
Text Example
White with #93DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DD50; }
p { color: rgb(147,221,80); }
H1.HeaderClassName
{
color: #93DD50;
}
.AnyTagClassName
{
color: #93DD50;
}
</style>
background-color css
<style>
a { background-color: #93DD50; }
a { background-color: rgb(147,221,80); }
div.DivClassName
{
background-color: #93DD50;
}
.BgClassName
{
background-color: #93DD50;
}
</style>
border-color css
<style>
span { border-color: #93DD50; }
span { border-color: rgb(147,221,80); }
td.TdClassName
{
border-color: #93DD50;
}
.TagClassName
{
border-color: #93DD50;
}
</style>