Shades of Emerald #53DC67
Tints of Emerald #53DC67
RGB
CMYK
RGB Variations
Color information
#53DC67 (or 0x53DC67) is known color: Emerald. HEX triplet: 53, DC and 67. RGB value is (83,220,103). Sum of RGB (Red+Green+Blue) = 83+220+103=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC67 is #AC2398. Grayscale: #A6A6A6. Windows color (decimal): -11281305 or 6806611. OLE color: 6806611.
HSL color Cylindrical-coordinate representation of color #53DC67: hue angle of 128.76º 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 #53DC67 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 103 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.14 |
| HSL | 128.76º | 0.66% | 0.59% | - |
| HSV(B) | 128.76º | 0.62% | 0.86% | - |
| XYZ | 31.61 | 54 | 21.59 | - |
| YUV | 165.7 | 92.61 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 103 | 0.62 | 0 | 0.53 | 0.14 | 128.76 | 0.66 | 0.59 |
| Hex | 53 | DC | 67 | 3E | 0 | 35 | E | 81 | 42 | 3B |
| Octal | 123 | 334 | 147 | 76 | 0 | 65 | 16 | 201 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1100111 | 111110 | 0 | 110101 | 1110 | 10000001 | 1000010 | 111011 |
Color Harmonies of #53DC67
Complementary color
Monochromatic Colors of #53DC67
Black with #53DC67
Text Example
Text Example
White with #53DC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC67; }
p { color: rgb(83,220,103); }
H1.HeaderClassName
{
color: #53DC67;
}
.AnyTagClassName
{
color: #53DC67;
}
</style>
background-color css
<style>
a { background-color: #53DC67; }
a { background-color: rgb(83,220,103); }
div.DivClassName
{
background-color: #53DC67;
}
.BgClassName
{
background-color: #53DC67;
}
</style>
border-color css
<style>
span { border-color: #53DC67; }
span { border-color: rgb(83,220,103); }
td.TdClassName
{
border-color: #53DC67;
}
.TagClassName
{
border-color: #53DC67;
}
</style>