Shades of Emerald #53DC7F
Tints of Emerald #53DC7F
RGB
CMYK
RGB Variations
Color information
#53DC7F (or 0x53DC7F) is known color: Emerald. HEX triplet: 53, DC and 7F. RGB value is (83,220,127). Sum of RGB (Red+Green+Blue) = 83+220+127=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC7F is #AC2380. Grayscale: #A8A8A8. Windows color (decimal): -11281281 or 8379475. OLE color: 8379475.
HSL color Cylindrical-coordinate representation of color #53DC7F: hue angle of 139.27º 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 #53DC7F is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 127 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.14 |
| HSL | 139.27º | 0.66% | 0.59% | - |
| HSV(B) | 139.27º | 0.62% | 0.86% | - |
| XYZ | 32.99 | 54.56 | 28.87 | - |
| YUV | 168.44 | 104.61 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 127 | 0.62 | 0 | 0.42 | 0.14 | 139.27 | 0.66 | 0.59 |
| Hex | 53 | DC | 7F | 3E | 0 | 2A | E | 8B | 42 | 3B |
| Octal | 123 | 334 | 177 | 76 | 0 | 52 | 16 | 213 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1111111 | 111110 | 0 | 101010 | 1110 | 10001011 | 1000010 | 111011 |
Color Harmonies of #53DC7F
Complementary color
Monochromatic Colors of #53DC7F
Black with #53DC7F
Text Example
Text Example
White with #53DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC7F; }
p { color: rgb(83,220,127); }
H1.HeaderClassName
{
color: #53DC7F;
}
.AnyTagClassName
{
color: #53DC7F;
}
</style>
background-color css
<style>
a { background-color: #53DC7F; }
a { background-color: rgb(83,220,127); }
div.DivClassName
{
background-color: #53DC7F;
}
.BgClassName
{
background-color: #53DC7F;
}
</style>
border-color css
<style>
span { border-color: #53DC7F; }
span { border-color: rgb(83,220,127); }
td.TdClassName
{
border-color: #53DC7F;
}
.TagClassName
{
border-color: #53DC7F;
}
</style>