Shades of Emerald #53D665
Tints of Emerald #53D665
RGB
CMYK
RGB Variations
Color information
#53D665 (or 0x53D665) is known color: Emerald. HEX triplet: 53, D6 and 65. RGB value is (83,214,101). Sum of RGB (Red+Green+Blue) = 83+214+101=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #53D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D665 is #AC299A. Grayscale: #A2A2A2. Windows color (decimal): -11282843 or 6674003. OLE color: 6674003.
HSL color Cylindrical-coordinate representation of color #53D665: hue angle of 128.24º 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 #53D665 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 101 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.16 |
| HSL | 128.24º | 0.62% | 0.58% | - |
| HSV(B) | 128.24º | 0.61% | 0.84% | - |
| XYZ | 29.96 | 50.87 | 20.55 | - |
| YUV | 161.95 | 93.6 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 101 | 0.61 | 0 | 0.53 | 0.16 | 128.24 | 0.62 | 0.58 |
| Hex | 53 | D6 | 65 | 3D | 0 | 35 | 10 | 80 | 3E | 3A |
| Octal | 123 | 326 | 145 | 75 | 0 | 65 | 20 | 200 | 76 | 72 |
| Binary | 1010011 | 11010110 | 1100101 | 111101 | 0 | 110101 | 10000 | 10000000 | 111110 | 111010 |
Color Harmonies of #53D665
Complementary color
Monochromatic Colors of #53D665
Black with #53D665
Text Example
Text Example
White with #53D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D665; }
p { color: rgb(83,214,101); }
H1.HeaderClassName
{
color: #53D665;
}
.AnyTagClassName
{
color: #53D665;
}
</style>
background-color css
<style>
a { background-color: #53D665; }
a { background-color: rgb(83,214,101); }
div.DivClassName
{
background-color: #53D665;
}
.BgClassName
{
background-color: #53D665;
}
</style>
border-color css
<style>
span { border-color: #53D665; }
span { border-color: rgb(83,214,101); }
td.TdClassName
{
border-color: #53D665;
}
.TagClassName
{
border-color: #53D665;
}
</style>