Shades of Atlantis #93C550
Tints of Atlantis #93C550
RGB
CMYK
RGB Variations
Color information
#93C550 (or 0x93C550) is known color: Atlantis. HEX triplet: 93, C5 and 50. RGB value is (147,197,80). Sum of RGB (Red+Green+Blue) = 147+197+80=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #93C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C550 is #6C3AAF. Grayscale: #A9A9A9. Windows color (decimal): -7092912 or 5293459. OLE color: 5293459.
HSL color Cylindrical-coordinate representation of color #93C550: hue angle of 85.64º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93C550 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 80 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.23 |
| HSL | 85.64º | 0.5% | 0.54% | - |
| HSV(B) | 85.64º | 0.59% | 0.77% | - |
| XYZ | 33.45 | 46.71 | 14.84 | - |
| YUV | 168.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 80 | 0.25 | 0 | 0.59 | 0.23 | 85.64 | 0.5 | 0.54 |
| Hex | 93 | C5 | 50 | 19 | 0 | 3B | 17 | 56 | 32 | 36 |
| Octal | 223 | 305 | 120 | 31 | 0 | 73 | 27 | 126 | 62 | 66 |
| Binary | 10010011 | 11000101 | 1010000 | 11001 | 0 | 111011 | 10111 | 1010110 | 110010 | 110110 |
Color Harmonies of #93C550
Complementary color
Monochromatic Colors of #93C550
Black with #93C550
Text Example
Text Example
White with #93C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C550; }
p { color: rgb(147,197,80); }
H1.HeaderClassName
{
color: #93C550;
}
.AnyTagClassName
{
color: #93C550;
}
</style>
background-color css
<style>
a { background-color: #93C550; }
a { background-color: rgb(147,197,80); }
div.DivClassName
{
background-color: #93C550;
}
.BgClassName
{
background-color: #93C550;
}
</style>
border-color css
<style>
span { border-color: #93C550; }
span { border-color: rgb(147,197,80); }
td.TdClassName
{
border-color: #93C550;
}
.TagClassName
{
border-color: #93C550;
}
</style>