Shades of Emerald #53DC7B
Tints of Emerald #53DC7B
RGB
CMYK
RGB Variations
Color information
#53DC7B (or 0x53DC7B) is known color: Emerald. HEX triplet: 53, DC and 7B. RGB value is (83,220,123). Sum of RGB (Red+Green+Blue) = 83+220+123=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC7B is #AC2384. Grayscale: #A8A8A8. Windows color (decimal): -11281285 or 8117331. OLE color: 8117331.
HSL color Cylindrical-coordinate representation of color #53DC7B: hue angle of 137.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DC7B is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 123 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.14 |
| HSL | 137.52º | 0.66% | 0.59% | - |
| HSV(B) | 137.52º | 0.62% | 0.86% | - |
| XYZ | 32.74 | 54.46 | 27.52 | - |
| YUV | 167.98 | 102.61 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 123 | 0.62 | 0 | 0.44 | 0.14 | 137.52 | 0.66 | 0.59 |
| Hex | 53 | DC | 7B | 3E | 0 | 2C | E | 8A | 42 | 3B |
| Octal | 123 | 334 | 173 | 76 | 0 | 54 | 16 | 212 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1111011 | 111110 | 0 | 101100 | 1110 | 10001010 | 1000010 | 111011 |
Color Harmonies of #53DC7B
Complementary color
Monochromatic Colors of #53DC7B
Black with #53DC7B
Text Example
Text Example
White with #53DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC7B; }
p { color: rgb(83,220,123); }
H1.HeaderClassName
{
color: #53DC7B;
}
.AnyTagClassName
{
color: #53DC7B;
}
</style>
background-color css
<style>
a { background-color: #53DC7B; }
a { background-color: rgb(83,220,123); }
div.DivClassName
{
background-color: #53DC7B;
}
.BgClassName
{
background-color: #53DC7B;
}
</style>
border-color css
<style>
span { border-color: #53DC7B; }
span { border-color: rgb(83,220,123); }
td.TdClassName
{
border-color: #53DC7B;
}
.TagClassName
{
border-color: #53DC7B;
}
</style>