Shades of Emerald #53D666
Tints of Emerald #53D666
RGB
CMYK
RGB Variations
Color information
#53D666 (or 0x53D666) is known color: Emerald. HEX triplet: 53, D6 and 66. RGB value is (83,214,102). Sum of RGB (Red+Green+Blue) = 83+214+102=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #53D666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D666 is #AC2999. Grayscale: #A2A2A2. Windows color (decimal): -11282842 or 6739539. OLE color: 6739539.
HSL color Cylindrical-coordinate representation of color #53D666: hue angle of 128.7º 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 #53D666 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 102 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.16 |
| HSL | 128.7º | 0.62% | 0.58% | - |
| HSV(B) | 128.7º | 0.61% | 0.84% | - |
| XYZ | 30.01 | 50.89 | 20.81 | - |
| YUV | 162.06 | 94.1 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 102 | 0.61 | 0 | 0.52 | 0.16 | 128.7 | 0.62 | 0.58 |
| Hex | 53 | D6 | 66 | 3D | 0 | 34 | 10 | 81 | 3E | 3A |
| Octal | 123 | 326 | 146 | 75 | 0 | 64 | 20 | 201 | 76 | 72 |
| Binary | 1010011 | 11010110 | 1100110 | 111101 | 0 | 110100 | 10000 | 10000001 | 111110 | 111010 |
Color Harmonies of #53D666
Complementary color
Monochromatic Colors of #53D666
Black with #53D666
Text Example
Text Example
White with #53D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D666; }
p { color: rgb(83,214,102); }
H1.HeaderClassName
{
color: #53D666;
}
.AnyTagClassName
{
color: #53D666;
}
</style>
background-color css
<style>
a { background-color: #53D666; }
a { background-color: rgb(83,214,102); }
div.DivClassName
{
background-color: #53D666;
}
.BgClassName
{
background-color: #53D666;
}
</style>
border-color css
<style>
span { border-color: #53D666; }
span { border-color: rgb(83,214,102); }
td.TdClassName
{
border-color: #53D666;
}
.TagClassName
{
border-color: #53D666;
}
</style>