Shades of Atlantis #93D841
Tints of Atlantis #93D841
RGB
CMYK
RGB Variations
Color information
#93D841 (or 0x93D841) is known color: Atlantis. HEX triplet: 93, D8 and 41. RGB value is (147,216,65). Sum of RGB (Red+Green+Blue) = 147+216+65=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #93D841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D841 is #6C27BE. Grayscale: #B2B2B2. Windows color (decimal): -7088063 or 4315283. OLE color: 4315283.
HSL color Cylindrical-coordinate representation of color #93D841: hue angle of 87.42º 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 #93D841 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 216 | 65 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.15 |
| HSL | 87.42º | 0.66% | 0.55% | - |
| HSV(B) | 87.42º | 0.7% | 0.85% | - |
| XYZ | 37.54 | 55.7 | 13.77 | - |
| YUV | 178.16 | 64.14 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 216 | 65 | 0.32 | 0 | 0.70 | 0.15 | 87.42 | 0.66 | 0.55 |
| Hex | 93 | D8 | 41 | 20 | 0 | 46 | F | 57 | 42 | 37 |
| Octal | 223 | 330 | 101 | 40 | 0 | 106 | 17 | 127 | 102 | 67 |
| Binary | 10010011 | 11011000 | 1000001 | 100000 | 0 | 1000110 | 1111 | 1010111 | 1000010 | 110111 |
Color Harmonies of #93D841
Complementary color
Monochromatic Colors of #93D841
Black with #93D841
Text Example
Text Example
White with #93D841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D841; }
p { color: rgb(147,216,65); }
H1.HeaderClassName
{
color: #93D841;
}
.AnyTagClassName
{
color: #93D841;
}
</style>
background-color css
<style>
a { background-color: #93D841; }
a { background-color: rgb(147,216,65); }
div.DivClassName
{
background-color: #93D841;
}
.BgClassName
{
background-color: #93D841;
}
</style>
border-color css
<style>
span { border-color: #93D841; }
span { border-color: rgb(147,216,65); }
td.TdClassName
{
border-color: #93D841;
}
.TagClassName
{
border-color: #93D841;
}
</style>