Shades of Emerald #53C385
Tints of Emerald #53C385
RGB
CMYK
RGB Variations
Color information
#53C385 (or 0x53C385) is known color: Emerald. HEX triplet: 53, C3 and 85. RGB value is (83,195,133). Sum of RGB (Red+Green+Blue) = 83+195+133=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #53C385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C385 is #AC3C7A. Grayscale: #9A9A9A. Windows color (decimal): -11287675 or 8766291. OLE color: 8766291.
HSL color Cylindrical-coordinate representation of color #53C385: hue angle of 146.79º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C385 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 133 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.24 |
| HSL | 146.79º | 0.48% | 0.55% | - |
| HSV(B) | 146.79º | 0.57% | 0.76% | - |
| XYZ | 27.32 | 42.56 | 28.97 | - |
| YUV | 154.44 | 115.89 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 133 | 0.57 | 0 | 0.32 | 0.24 | 146.79 | 0.48 | 0.55 |
| Hex | 53 | C3 | 85 | 39 | 0 | 20 | 18 | 93 | 30 | 37 |
| Octal | 123 | 303 | 205 | 71 | 0 | 40 | 30 | 223 | 60 | 67 |
| Binary | 1010011 | 11000011 | 10000101 | 111001 | 0 | 100000 | 11000 | 10010011 | 110000 | 110111 |
Color Harmonies of #53C385
Complementary color
Monochromatic Colors of #53C385
Black with #53C385
Text Example
Text Example
White with #53C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C385; }
p { color: rgb(83,195,133); }
H1.HeaderClassName
{
color: #53C385;
}
.AnyTagClassName
{
color: #53C385;
}
</style>
background-color css
<style>
a { background-color: #53C385; }
a { background-color: rgb(83,195,133); }
div.DivClassName
{
background-color: #53C385;
}
.BgClassName
{
background-color: #53C385;
}
</style>
border-color css
<style>
span { border-color: #53C385; }
span { border-color: rgb(83,195,133); }
td.TdClassName
{
border-color: #53C385;
}
.TagClassName
{
border-color: #53C385;
}
</style>