Shades of Emerald #53DC64
Tints of Emerald #53DC64
RGB
CMYK
RGB Variations
Color information
#53DC64 (or 0x53DC64) is known color: Emerald. HEX triplet: 53, DC and 64. RGB value is (83,220,100). Sum of RGB (Red+Green+Blue) = 83+220+100=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC64 is #AC239B. Grayscale: #A5A5A5. Windows color (decimal): -11281308 or 6610003. OLE color: 6610003.
HSL color Cylindrical-coordinate representation of color #53DC64: hue angle of 127.45º 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 #53DC64 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 100 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.14 |
| HSL | 127.45º | 0.66% | 0.59% | - |
| HSV(B) | 127.45º | 0.62% | 0.86% | - |
| XYZ | 31.46 | 53.95 | 20.81 | - |
| YUV | 165.36 | 91.11 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 100 | 0.62 | 0 | 0.55 | 0.14 | 127.45 | 0.66 | 0.59 |
| Hex | 53 | DC | 64 | 3E | 0 | 37 | E | 7F | 42 | 3B |
| Octal | 123 | 334 | 144 | 76 | 0 | 67 | 16 | 177 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1100100 | 111110 | 0 | 110111 | 1110 | 1111111 | 1000010 | 111011 |
Color Harmonies of #53DC64
Complementary color
Monochromatic Colors of #53DC64
Black with #53DC64
Text Example
Text Example
White with #53DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC64; }
p { color: rgb(83,220,100); }
H1.HeaderClassName
{
color: #53DC64;
}
.AnyTagClassName
{
color: #53DC64;
}
</style>
background-color css
<style>
a { background-color: #53DC64; }
a { background-color: rgb(83,220,100); }
div.DivClassName
{
background-color: #53DC64;
}
.BgClassName
{
background-color: #53DC64;
}
</style>
border-color css
<style>
span { border-color: #53DC64; }
span { border-color: rgb(83,220,100); }
td.TdClassName
{
border-color: #53DC64;
}
.TagClassName
{
border-color: #53DC64;
}
</style>