Shades of Atlantis #93D840
Tints of Atlantis #93D840
RGB
CMYK
RGB Variations
Color information
#93D840 (or 0x93D840) is known color: Atlantis. HEX triplet: 93, D8 and 40. RGB value is (147,216,64). Sum of RGB (Red+Green+Blue) = 147+216+64=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #93D840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D840 is #6C27BF. Grayscale: #B2B2B2. Windows color (decimal): -7088064 or 4249747. OLE color: 4249747.
HSL color Cylindrical-coordinate representation of color #93D840: hue angle of 87.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93D840 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 64 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.15 |
| HSL | 87.24º | 0.66% | 0.55% | - |
| HSV(B) | 87.24º | 0.7% | 0.85% | - |
| XYZ | 37.51 | 55.68 | 13.62 | - |
| YUV | 178.04 | 63.64 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 64 | 0.32 | 0 | 0.70 | 0.15 | 87.24 | 0.66 | 0.55 |
| Hex | 93 | D8 | 40 | 20 | 0 | 46 | F | 57 | 42 | 37 |
| Octal | 223 | 330 | 100 | 40 | 0 | 106 | 17 | 127 | 102 | 67 |
| Binary | 10010011 | 11011000 | 1000000 | 100000 | 0 | 1000110 | 1111 | 1010111 | 1000010 | 110111 |
Color Harmonies of #93D840
Complementary color
Monochromatic Colors of #93D840
Black with #93D840
Text Example
Text Example
White with #93D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D840; }
p { color: rgb(147,216,64); }
H1.HeaderClassName
{
color: #93D840;
}
.AnyTagClassName
{
color: #93D840;
}
</style>
background-color css
<style>
a { background-color: #93D840; }
a { background-color: rgb(147,216,64); }
div.DivClassName
{
background-color: #93D840;
}
.BgClassName
{
background-color: #93D840;
}
</style>
border-color css
<style>
span { border-color: #93D840; }
span { border-color: rgb(147,216,64); }
td.TdClassName
{
border-color: #93D840;
}
.TagClassName
{
border-color: #93D840;
}
</style>