Shades of Atlantis #93C251
Tints of Atlantis #93C251
RGB
CMYK
RGB Variations
Color information
#93C251 (or 0x93C251) is known color: Atlantis. HEX triplet: 93, C2 and 51. RGB value is (147,194,81). Sum of RGB (Red+Green+Blue) = 147+194+81=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #93C251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C251 is #6C3DAE. Grayscale: #A7A7A7. Windows color (decimal): -7093679 or 5358227. OLE color: 5358227.
HSL color Cylindrical-coordinate representation of color #93C251: hue angle of 84.96º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93C251 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 81 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.24 |
| HSL | 84.96º | 0.48% | 0.54% | - |
| HSV(B) | 84.96º | 0.58% | 0.76% | - |
| XYZ | 32.81 | 45.38 | 14.81 | - |
| YUV | 167.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 81 | 0.24 | 0 | 0.58 | 0.24 | 84.96 | 0.48 | 0.54 |
| Hex | 93 | C2 | 51 | 18 | 0 | 3A | 18 | 55 | 30 | 36 |
| Octal | 223 | 302 | 121 | 30 | 0 | 72 | 30 | 125 | 60 | 66 |
| Binary | 10010011 | 11000010 | 1010001 | 11000 | 0 | 111010 | 11000 | 1010101 | 110000 | 110110 |
Color Harmonies of #93C251
Complementary color
Monochromatic Colors of #93C251
Black with #93C251
Text Example
Text Example
White with #93C251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C251; }
p { color: rgb(147,194,81); }
H1.HeaderClassName
{
color: #93C251;
}
.AnyTagClassName
{
color: #93C251;
}
</style>
background-color css
<style>
a { background-color: #93C251; }
a { background-color: rgb(147,194,81); }
div.DivClassName
{
background-color: #93C251;
}
.BgClassName
{
background-color: #93C251;
}
</style>
border-color css
<style>
span { border-color: #93C251; }
span { border-color: rgb(147,194,81); }
td.TdClassName
{
border-color: #93C251;
}
.TagClassName
{
border-color: #93C251;
}
</style>