Shades of Emerald #53DC69
Tints of Emerald #53DC69
RGB
CMYK
RGB Variations
Color information
#53DC69 (or 0x53DC69) is known color: Emerald. HEX triplet: 53, DC and 69. RGB value is (83,220,105). Sum of RGB (Red+Green+Blue) = 83+220+105=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC69 is #AC2396. Grayscale: #A6A6A6. Windows color (decimal): -11281303 or 6937683. OLE color: 6937683.
HSL color Cylindrical-coordinate representation of color #53DC69: hue angle of 129.64º 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 #53DC69 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 220 | 105 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.14 |
| HSL | 129.64º | 0.66% | 0.59% | - |
| HSV(B) | 129.64º | 0.62% | 0.86% | - |
| XYZ | 31.71 | 54.05 | 22.13 | - |
| YUV | 165.93 | 93.61 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 220 | 105 | 0.62 | 0 | 0.52 | 0.14 | 129.64 | 0.66 | 0.59 |
| Hex | 53 | DC | 69 | 3E | 0 | 34 | E | 82 | 42 | 3B |
| Octal | 123 | 334 | 151 | 76 | 0 | 64 | 16 | 202 | 102 | 73 |
| Binary | 1010011 | 11011100 | 1101001 | 111110 | 0 | 110100 | 1110 | 10000010 | 1000010 | 111011 |
Color Harmonies of #53DC69
Complementary color
Monochromatic Colors of #53DC69
Black with #53DC69
Text Example
Text Example
White with #53DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DC69; }
p { color: rgb(83,220,105); }
H1.HeaderClassName
{
color: #53DC69;
}
.AnyTagClassName
{
color: #53DC69;
}
</style>
background-color css
<style>
a { background-color: #53DC69; }
a { background-color: rgb(83,220,105); }
div.DivClassName
{
background-color: #53DC69;
}
.BgClassName
{
background-color: #53DC69;
}
</style>
border-color css
<style>
span { border-color: #53DC69; }
span { border-color: rgb(83,220,105); }
td.TdClassName
{
border-color: #53DC69;
}
.TagClassName
{
border-color: #53DC69;
}
</style>