Shades of Emerald #53C075
Tints of Emerald #53C075
RGB
CMYK
RGB Variations
Color information
#53C075 (or 0x53C075) is known color: Emerald. HEX triplet: 53, C0 and 75. RGB value is (83,192,117). Sum of RGB (Red+Green+Blue) = 83+192+117=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #53C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C075 is #AC3F8A. Grayscale: #979797. Windows color (decimal): -11288459 or 7716947. OLE color: 7716947.
HSL color Cylindrical-coordinate representation of color #53C075: hue angle of 138.72º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C075 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 117 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.25 |
| HSL | 138.72º | 0.46% | 0.54% | - |
| HSV(B) | 138.72º | 0.57% | 0.75% | - |
| XYZ | 25.63 | 40.82 | 23.36 | - |
| YUV | 150.86 | 108.89 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 117 | 0.57 | 0 | 0.39 | 0.25 | 138.72 | 0.46 | 0.54 |
| Hex | 53 | C0 | 75 | 39 | 0 | 27 | 19 | 8B | 2E | 36 |
| Octal | 123 | 300 | 165 | 71 | 0 | 47 | 31 | 213 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1110101 | 111001 | 0 | 100111 | 11001 | 10001011 | 101110 | 110110 |
Color Harmonies of #53C075
Complementary color
Monochromatic Colors of #53C075
Black with #53C075
Text Example
Text Example
White with #53C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C075; }
p { color: rgb(83,192,117); }
H1.HeaderClassName
{
color: #53C075;
}
.AnyTagClassName
{
color: #53C075;
}
</style>
background-color css
<style>
a { background-color: #53C075; }
a { background-color: rgb(83,192,117); }
div.DivClassName
{
background-color: #53C075;
}
.BgClassName
{
background-color: #53C075;
}
</style>
border-color css
<style>
span { border-color: #53C075; }
span { border-color: rgb(83,192,117); }
td.TdClassName
{
border-color: #53C075;
}
.TagClassName
{
border-color: #53C075;
}
</style>