Shades of Emerald #53D765
Tints of Emerald #53D765
RGB
CMYK
RGB Variations
Color information
#53D765 (or 0x53D765) is known color: Emerald. HEX triplet: 53, D7 and 65. RGB value is (83,215,101). Sum of RGB (Red+Green+Blue) = 83+215+101=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #53D765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D765 is #AC289A. Grayscale: #A2A2A2. Windows color (decimal): -11282587 or 6674259. OLE color: 6674259.
HSL color Cylindrical-coordinate representation of color #53D765: hue angle of 128.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D765 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 101 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.16 |
| HSL | 128.18º | 0.62% | 0.58% | - |
| HSV(B) | 128.18º | 0.61% | 0.84% | - |
| XYZ | 30.22 | 51.38 | 20.64 | - |
| YUV | 162.54 | 93.27 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 101 | 0.61 | 0 | 0.53 | 0.16 | 128.18 | 0.62 | 0.58 |
| Hex | 53 | D7 | 65 | 3D | 0 | 35 | 10 | 80 | 3E | 3A |
| Octal | 123 | 327 | 145 | 75 | 0 | 65 | 20 | 200 | 76 | 72 |
| Binary | 1010011 | 11010111 | 1100101 | 111101 | 0 | 110101 | 10000 | 10000000 | 111110 | 111010 |
Color Harmonies of #53D765
Complementary color
Monochromatic Colors of #53D765
Black with #53D765
Text Example
Text Example
White with #53D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D765; }
p { color: rgb(83,215,101); }
H1.HeaderClassName
{
color: #53D765;
}
.AnyTagClassName
{
color: #53D765;
}
</style>
background-color css
<style>
a { background-color: #53D765; }
a { background-color: rgb(83,215,101); }
div.DivClassName
{
background-color: #53D765;
}
.BgClassName
{
background-color: #53D765;
}
</style>
border-color css
<style>
span { border-color: #53D765; }
span { border-color: rgb(83,215,101); }
td.TdClassName
{
border-color: #53D765;
}
.TagClassName
{
border-color: #53D765;
}
</style>