Shades of Emerald #53D06C
Tints of Emerald #53D06C
RGB
CMYK
RGB Variations
Color information
#53D06C (or 0x53D06C) is known color: Emerald. HEX triplet: 53, D0 and 6C. RGB value is (83,208,108). Sum of RGB (Red+Green+Blue) = 83+208+108=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #53D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D06C is #AC2F93. Grayscale: #9F9F9F. Windows color (decimal): -11284372 or 7131219. OLE color: 7131219.
HSL color Cylindrical-coordinate representation of color #53D06C: hue angle of 132º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D06C is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 108 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.18 |
| HSL | 132º | 0.57% | 0.57% | - |
| HSV(B) | 132º | 0.6% | 0.82% | - |
| XYZ | 28.83 | 48.03 | 21.94 | - |
| YUV | 159.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 108 | 0.60 | 0 | 0.48 | 0.18 | 132 | 0.57 | 0.57 |
| Hex | 53 | D0 | 6C | 3C | 0 | 30 | 12 | 84 | 39 | 39 |
| Octal | 123 | 320 | 154 | 74 | 0 | 60 | 22 | 204 | 71 | 71 |
| Binary | 1010011 | 11010000 | 1101100 | 111100 | 0 | 110000 | 10010 | 10000100 | 111001 | 111001 |
Color Harmonies of #53D06C
Complementary color
Monochromatic Colors of #53D06C
Black with #53D06C
Text Example
Text Example
White with #53D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D06C; }
p { color: rgb(83,208,108); }
H1.HeaderClassName
{
color: #53D06C;
}
.AnyTagClassName
{
color: #53D06C;
}
</style>
background-color css
<style>
a { background-color: #53D06C; }
a { background-color: rgb(83,208,108); }
div.DivClassName
{
background-color: #53D06C;
}
.BgClassName
{
background-color: #53D06C;
}
</style>
border-color css
<style>
span { border-color: #53D06C; }
span { border-color: rgb(83,208,108); }
td.TdClassName
{
border-color: #53D06C;
}
.TagClassName
{
border-color: #53D06C;
}
</style>