Shades of Atlantis #93CC53
Tints of Atlantis #93CC53
RGB
CMYK
RGB Variations
Color information
#93CC53 (or 0x93CC53) is known color: Atlantis. HEX triplet: 93, CC and 53. RGB value is (147,204,83). Sum of RGB (Red+Green+Blue) = 147+204+83=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CC53 is #6C33AC. Grayscale: #ADADAD. Windows color (decimal): -7091117 or 5491859. OLE color: 5491859.
HSL color Cylindrical-coordinate representation of color #93CC53: hue angle of 88.26º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93CC53 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 83 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.2 |
| HSL | 88.26º | 0.54% | 0.56% | - |
| HSV(B) | 88.26º | 0.59% | 0.8% | - |
| XYZ | 35.19 | 50.01 | 15.98 | - |
| YUV | 173.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 83 | 0.28 | 0 | 0.59 | 0.2 | 88.26 | 0.54 | 0.56 |
| Hex | 93 | CC | 53 | 1C | 0 | 3B | 14 | 58 | 36 | 38 |
| Octal | 223 | 314 | 123 | 34 | 0 | 73 | 24 | 130 | 66 | 70 |
| Binary | 10010011 | 11001100 | 1010011 | 11100 | 0 | 111011 | 10100 | 1011000 | 110110 | 111000 |
Color Harmonies of #93CC53
Complementary color
Monochromatic Colors of #93CC53
Black with #93CC53
Text Example
Text Example
White with #93CC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CC53; }
p { color: rgb(147,204,83); }
H1.HeaderClassName
{
color: #93CC53;
}
.AnyTagClassName
{
color: #93CC53;
}
</style>
background-color css
<style>
a { background-color: #93CC53; }
a { background-color: rgb(147,204,83); }
div.DivClassName
{
background-color: #93CC53;
}
.BgClassName
{
background-color: #93CC53;
}
</style>
border-color css
<style>
span { border-color: #93CC53; }
span { border-color: rgb(147,204,83); }
td.TdClassName
{
border-color: #93CC53;
}
.TagClassName
{
border-color: #93CC53;
}
</style>