Shades of Atlantis #93EA4D
Tints of Atlantis #93EA4D
RGB
CMYK
RGB Variations
Color information
#93EA4D (or 0x93EA4D) is known color: Atlantis. HEX triplet: 93, EA and 4D. RGB value is (147,234,77). Sum of RGB (Red+Green+Blue) = 147+234+77=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA4D is #6C15B2. Grayscale: #BEBEBE. Windows color (decimal): -7083443 or 5106323. OLE color: 5106323.
HSL color Cylindrical-coordinate representation of color #93EA4D: hue angle of 93.25º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93EA4D is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 77 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.08 |
| HSL | 93.25º | 0.79% | 0.61% | - |
| HSV(B) | 93.25º | 0.67% | 0.92% | - |
| XYZ | 42.8 | 65.58 | 17.42 | - |
| YUV | 190.09 | 64.18 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 77 | 0.37 | 0 | 0.67 | 0.08 | 93.25 | 0.79 | 0.61 |
| Hex | 93 | EA | 4D | 25 | 0 | 43 | 8 | 5D | 4F | 3D |
| Octal | 223 | 352 | 115 | 45 | 0 | 103 | 10 | 135 | 117 | 75 |
| Binary | 10010011 | 11101010 | 1001101 | 100101 | 0 | 1000011 | 1000 | 1011101 | 1001111 | 111101 |
Color Harmonies of #93EA4D
Complementary color
Monochromatic Colors of #93EA4D
Black with #93EA4D
Text Example
Text Example
White with #93EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EA4D; }
p { color: rgb(147,234,77); }
H1.HeaderClassName
{
color: #93EA4D;
}
.AnyTagClassName
{
color: #93EA4D;
}
</style>
background-color css
<style>
a { background-color: #93EA4D; }
a { background-color: rgb(147,234,77); }
div.DivClassName
{
background-color: #93EA4D;
}
.BgClassName
{
background-color: #93EA4D;
}
</style>
border-color css
<style>
span { border-color: #93EA4D; }
span { border-color: rgb(147,234,77); }
td.TdClassName
{
border-color: #93EA4D;
}
.TagClassName
{
border-color: #93EA4D;
}
</style>