Shades of Emerald #53C275
Tints of Emerald #53C275
RGB
CMYK
RGB Variations
Color information
#53C275 (or 0x53C275) is known color: Emerald. HEX triplet: 53, C2 and 75. RGB value is (83,194,117). Sum of RGB (Red+Green+Blue) = 83+194+117=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #53C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C275 is #AC3D8A. Grayscale: #989898. Windows color (decimal): -11287947 or 7717459. OLE color: 7717459.
HSL color Cylindrical-coordinate representation of color #53C275: hue angle of 138.38º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C275 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 194 | 117 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.24 |
| HSL | 138.38º | 0.48% | 0.54% | - |
| HSV(B) | 138.38º | 0.57% | 0.76% | - |
| XYZ | 26.07 | 41.71 | 23.51 | - |
| YUV | 152.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 194 | 117 | 0.57 | 0 | 0.40 | 0.24 | 138.38 | 0.48 | 0.54 |
| Hex | 53 | C2 | 75 | 39 | 0 | 28 | 18 | 8A | 30 | 36 |
| Octal | 123 | 302 | 165 | 71 | 0 | 50 | 30 | 212 | 60 | 66 |
| Binary | 1010011 | 11000010 | 1110101 | 111001 | 0 | 101000 | 11000 | 10001010 | 110000 | 110110 |
Color Harmonies of #53C275
Complementary color
Monochromatic Colors of #53C275
Black with #53C275
Text Example
Text Example
White with #53C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C275; }
p { color: rgb(83,194,117); }
H1.HeaderClassName
{
color: #53C275;
}
.AnyTagClassName
{
color: #53C275;
}
</style>
background-color css
<style>
a { background-color: #53C275; }
a { background-color: rgb(83,194,117); }
div.DivClassName
{
background-color: #53C275;
}
.BgClassName
{
background-color: #53C275;
}
</style>
border-color css
<style>
span { border-color: #53C275; }
span { border-color: rgb(83,194,117); }
td.TdClassName
{
border-color: #53C275;
}
.TagClassName
{
border-color: #53C275;
}
</style>