Shades of Atlantis #93E740
Tints of Atlantis #93E740
RGB
CMYK
RGB Variations
Color information
#93E740 (or 0x93E740) is known color: Atlantis. HEX triplet: 93, E7 and 40. RGB value is (147,231,64). Sum of RGB (Red+Green+Blue) = 147+231+64=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #93E740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93E740 is #6C18BF. Grayscale: #BBBBBB. Windows color (decimal): -7084224 or 4253587. OLE color: 4253587.
HSL color Cylindrical-coordinate representation of color #93E740: hue angle of 90.18º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93E740 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 231 | 64 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.09 |
| HSL | 90.18º | 0.78% | 0.58% | - |
| HSV(B) | 90.18º | 0.72% | 0.91% | - |
| XYZ | 41.53 | 63.73 | 14.96 | - |
| YUV | 186.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 231 | 64 | 0.36 | 0 | 0.72 | 0.09 | 90.18 | 0.78 | 0.58 |
| Hex | 93 | E7 | 40 | 24 | 0 | 48 | 9 | 5A | 4E | 3A |
| Octal | 223 | 347 | 100 | 44 | 0 | 110 | 11 | 132 | 116 | 72 |
| Binary | 10010011 | 11100111 | 1000000 | 100100 | 0 | 1001000 | 1001 | 1011010 | 1001110 | 111010 |
Color Harmonies of #93E740
Complementary color
Monochromatic Colors of #93E740
Black with #93E740
Text Example
Text Example
White with #93E740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E740; }
p { color: rgb(147,231,64); }
H1.HeaderClassName
{
color: #93E740;
}
.AnyTagClassName
{
color: #93E740;
}
</style>
background-color css
<style>
a { background-color: #93E740; }
a { background-color: rgb(147,231,64); }
div.DivClassName
{
background-color: #93E740;
}
.BgClassName
{
background-color: #93E740;
}
</style>
border-color css
<style>
span { border-color: #93E740; }
span { border-color: rgb(147,231,64); }
td.TdClassName
{
border-color: #93E740;
}
.TagClassName
{
border-color: #93E740;
}
</style>