Shades of Atlantis #93D541
Tints of Atlantis #93D541
RGB
CMYK
RGB Variations
Color information
#93D541 (or 0x93D541) is known color: Atlantis. HEX triplet: 93, D5 and 41. RGB value is (147,213,65). Sum of RGB (Red+Green+Blue) = 147+213+65=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #93D541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D541 is #6C2ABE. Grayscale: #B0B0B0. Windows color (decimal): -7088831 or 4314515. OLE color: 4314515.
HSL color Cylindrical-coordinate representation of color #93D541: hue angle of 86.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93D541 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 213 | 65 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.16 |
| HSL | 86.76º | 0.64% | 0.55% | - |
| HSV(B) | 86.76º | 0.69% | 0.84% | - |
| XYZ | 36.78 | 54.17 | 13.52 | - |
| YUV | 176.39 | 65.13 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 213 | 65 | 0.31 | 0 | 0.69 | 0.16 | 86.76 | 0.64 | 0.55 |
| Hex | 93 | D5 | 41 | 1F | 0 | 45 | 10 | 57 | 40 | 37 |
| Octal | 223 | 325 | 101 | 37 | 0 | 105 | 20 | 127 | 100 | 67 |
| Binary | 10010011 | 11010101 | 1000001 | 11111 | 0 | 1000101 | 10000 | 1010111 | 1000000 | 110111 |
Color Harmonies of #93D541
Complementary color
Monochromatic Colors of #93D541
Black with #93D541
Text Example
Text Example
White with #93D541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D541; }
p { color: rgb(147,213,65); }
H1.HeaderClassName
{
color: #93D541;
}
.AnyTagClassName
{
color: #93D541;
}
</style>
background-color css
<style>
a { background-color: #93D541; }
a { background-color: rgb(147,213,65); }
div.DivClassName
{
background-color: #93D541;
}
.BgClassName
{
background-color: #93D541;
}
</style>
border-color css
<style>
span { border-color: #93D541; }
span { border-color: rgb(147,213,65); }
td.TdClassName
{
border-color: #93D541;
}
.TagClassName
{
border-color: #93D541;
}
</style>