Shades of Atlantis #93D750
Tints of Atlantis #93D750
RGB
CMYK
RGB Variations
Color information
#93D750 (or 0x93D750) is known color: Atlantis. HEX triplet: 93, D7 and 50. RGB value is (147,215,80). Sum of RGB (Red+Green+Blue) = 147+215+80=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #93D750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D750 is #6C28AF. Grayscale: #B3B3B3. Windows color (decimal): -7088304 or 5298067. OLE color: 5298067.
HSL color Cylindrical-coordinate representation of color #93D750: hue angle of 90.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93D750 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 80 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.16 |
| HSL | 90.22º | 0.63% | 0.58% | - |
| HSV(B) | 90.22º | 0.63% | 0.84% | - |
| XYZ | 37.78 | 55.38 | 16.29 | - |
| YUV | 179.28 | 71.97 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 80 | 0.32 | 0 | 0.63 | 0.16 | 90.22 | 0.63 | 0.58 |
| Hex | 93 | D7 | 50 | 20 | 0 | 3F | 10 | 5A | 3F | 3A |
| Octal | 223 | 327 | 120 | 40 | 0 | 77 | 20 | 132 | 77 | 72 |
| Binary | 10010011 | 11010111 | 1010000 | 100000 | 0 | 111111 | 10000 | 1011010 | 111111 | 111010 |
Color Harmonies of #93D750
Complementary color
Monochromatic Colors of #93D750
Black with #93D750
Text Example
Text Example
White with #93D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D750; }
p { color: rgb(147,215,80); }
H1.HeaderClassName
{
color: #93D750;
}
.AnyTagClassName
{
color: #93D750;
}
</style>
background-color css
<style>
a { background-color: #93D750; }
a { background-color: rgb(147,215,80); }
div.DivClassName
{
background-color: #93D750;
}
.BgClassName
{
background-color: #93D750;
}
</style>
border-color css
<style>
span { border-color: #93D750; }
span { border-color: rgb(147,215,80); }
td.TdClassName
{
border-color: #93D750;
}
.TagClassName
{
border-color: #93D750;
}
</style>