Shades of Emerald #53D067
Tints of Emerald #53D067
RGB
CMYK
RGB Variations
Color information
#53D067 (or 0x53D067) is known color: Emerald. HEX triplet: 53, D0 and 67. RGB value is (83,208,103). Sum of RGB (Red+Green+Blue) = 83+208+103=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #53D067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D067 is #AC2F98. Grayscale: #9E9E9E. Windows color (decimal): -11284377 or 6803539. OLE color: 6803539.
HSL color Cylindrical-coordinate representation of color #53D067: hue angle of 129.6º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D067 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 103 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.18 |
| HSL | 129.6º | 0.57% | 0.57% | - |
| HSV(B) | 129.6º | 0.6% | 0.82% | - |
| XYZ | 28.57 | 47.93 | 20.58 | - |
| YUV | 158.66 | 96.59 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 103 | 0.60 | 0 | 0.50 | 0.18 | 129.6 | 0.57 | 0.57 |
| Hex | 53 | D0 | 67 | 3C | 0 | 32 | 12 | 82 | 39 | 39 |
| Octal | 123 | 320 | 147 | 74 | 0 | 62 | 22 | 202 | 71 | 71 |
| Binary | 1010011 | 11010000 | 1100111 | 111100 | 0 | 110010 | 10010 | 10000010 | 111001 | 111001 |
Color Harmonies of #53D067
Complementary color
Monochromatic Colors of #53D067
Black with #53D067
Text Example
Text Example
White with #53D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D067; }
p { color: rgb(83,208,103); }
H1.HeaderClassName
{
color: #53D067;
}
.AnyTagClassName
{
color: #53D067;
}
</style>
background-color css
<style>
a { background-color: #53D067; }
a { background-color: rgb(83,208,103); }
div.DivClassName
{
background-color: #53D067;
}
.BgClassName
{
background-color: #53D067;
}
</style>
border-color css
<style>
span { border-color: #53D067; }
span { border-color: rgb(83,208,103); }
td.TdClassName
{
border-color: #53D067;
}
.TagClassName
{
border-color: #53D067;
}
</style>