Shades of Emerald #53BC7D
Tints of Emerald #53BC7D
RGB
CMYK
RGB Variations
Color information
#53BC7D (or 0x53BC7D) is known color: Emerald. HEX triplet: 53, BC and 7D. RGB value is (83,188,125). Sum of RGB (Red+Green+Blue) = 83+188+125=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC7D is #AC4382. Grayscale: #959595. Windows color (decimal): -11289475 or 8240211. OLE color: 8240211.
HSL color Cylindrical-coordinate representation of color #53BC7D: hue angle of 144º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC7D is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 125 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.26 |
| HSL | 144º | 0.44% | 0.53% | - |
| HSV(B) | 144º | 0.56% | 0.74% | - |
| XYZ | 25.25 | 39.29 | 25.65 | - |
| YUV | 149.42 | 114.21 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 125 | 0.56 | 0 | 0.34 | 0.26 | 144 | 0.44 | 0.53 |
| Hex | 53 | BC | 7D | 38 | 0 | 22 | 1A | 90 | 2C | 35 |
| Octal | 123 | 274 | 175 | 70 | 0 | 42 | 32 | 220 | 54 | 65 |
| Binary | 1010011 | 10111100 | 1111101 | 111000 | 0 | 100010 | 11010 | 10010000 | 101100 | 110101 |
Color Harmonies of #53BC7D
Complementary color
Monochromatic Colors of #53BC7D
Black with #53BC7D
Text Example
Text Example
White with #53BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC7D; }
p { color: rgb(83,188,125); }
H1.HeaderClassName
{
color: #53BC7D;
}
.AnyTagClassName
{
color: #53BC7D;
}
</style>
background-color css
<style>
a { background-color: #53BC7D; }
a { background-color: rgb(83,188,125); }
div.DivClassName
{
background-color: #53BC7D;
}
.BgClassName
{
background-color: #53BC7D;
}
</style>
border-color css
<style>
span { border-color: #53BC7D; }
span { border-color: rgb(83,188,125); }
td.TdClassName
{
border-color: #53BC7D;
}
.TagClassName
{
border-color: #53BC7D;
}
</style>