Shades of Emerald #53D45F
Tints of Emerald #53D45F
RGB
CMYK
RGB Variations
Color information
#53D45F (or 0x53D45F) is known color: Emerald. HEX triplet: 53, D4 and 5F. RGB value is (83,212,95). Sum of RGB (Red+Green+Blue) = 83+212+95=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 212 (83.20% from 255 or 54.36% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 212 - color contains mainly: green. Hex color #53D45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D45F is #AC2BA0. Grayscale: #A0A0A0. Windows color (decimal): -11283361 or 6280275. OLE color: 6280275.
HSL color Cylindrical-coordinate representation of color #53D45F: hue angle of 125.58º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D45F is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 212 | 95 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.17 |
| HSL | 125.58º | 0.6% | 0.58% | - |
| HSV(B) | 125.58º | 0.61% | 0.83% | - |
| XYZ | 29.18 | 49.75 | 18.89 | - |
| YUV | 160.09 | 91.26 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 212 | 95 | 0.61 | 0 | 0.55 | 0.17 | 125.58 | 0.6 | 0.58 |
| Hex | 53 | D4 | 5F | 3D | 0 | 37 | 11 | 7E | 3C | 3A |
| Octal | 123 | 324 | 137 | 75 | 0 | 67 | 21 | 176 | 74 | 72 |
| Binary | 1010011 | 11010100 | 1011111 | 111101 | 0 | 110111 | 10001 | 1111110 | 111100 | 111010 |
Color Harmonies of #53D45F
Complementary color
Monochromatic Colors of #53D45F
Black with #53D45F
Text Example
Text Example
White with #53D45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D45F; }
p { color: rgb(83,212,95); }
H1.HeaderClassName
{
color: #53D45F;
}
.AnyTagClassName
{
color: #53D45F;
}
</style>
background-color css
<style>
a { background-color: #53D45F; }
a { background-color: rgb(83,212,95); }
div.DivClassName
{
background-color: #53D45F;
}
.BgClassName
{
background-color: #53D45F;
}
</style>
border-color css
<style>
span { border-color: #53D45F; }
span { border-color: rgb(83,212,95); }
td.TdClassName
{
border-color: #53D45F;
}
.TagClassName
{
border-color: #53D45F;
}
</style>