Shades of Emerald #53D992
Tints of Emerald #53D992
RGB
CMYK
RGB Variations
Color information
#53D992 (or 0x53D992) is known color: Emerald. HEX triplet: 53, D9 and 92. RGB value is (83,217,146). Sum of RGB (Red+Green+Blue) = 83+217+146=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #53D992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D992 is #AC266D. Grayscale: #A8A8A8. Windows color (decimal): -11282030 or 9623891. OLE color: 9623891.
HSL color Cylindrical-coordinate representation of color #53D992: hue angle of 148.21º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D992 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 217 | 146 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.15 |
| HSL | 148.21º | 0.64% | 0.59% | - |
| HSV(B) | 148.21º | 0.62% | 0.85% | - |
| XYZ | 33.57 | 53.54 | 35.76 | - |
| YUV | 168.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 217 | 146 | 0.62 | 0 | 0.33 | 0.15 | 148.21 | 0.64 | 0.59 |
| Hex | 53 | D9 | 92 | 3E | 0 | 21 | F | 94 | 40 | 3B |
| Octal | 123 | 331 | 222 | 76 | 0 | 41 | 17 | 224 | 100 | 73 |
| Binary | 1010011 | 11011001 | 10010010 | 111110 | 0 | 100001 | 1111 | 10010100 | 1000000 | 111011 |
Color Harmonies of #53D992
Complementary color
Monochromatic Colors of #53D992
Black with #53D992
Text Example
Text Example
White with #53D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D992; }
p { color: rgb(83,217,146); }
H1.HeaderClassName
{
color: #53D992;
}
.AnyTagClassName
{
color: #53D992;
}
</style>
background-color css
<style>
a { background-color: #53D992; }
a { background-color: rgb(83,217,146); }
div.DivClassName
{
background-color: #53D992;
}
.BgClassName
{
background-color: #53D992;
}
</style>
border-color css
<style>
span { border-color: #53D992; }
span { border-color: rgb(83,217,146); }
td.TdClassName
{
border-color: #53D992;
}
.TagClassName
{
border-color: #53D992;
}
</style>