Shades of Emerald #53DD92
Tints of Emerald #53DD92
RGB
CMYK
RGB Variations
Color information
#53DD92 (or 0x53DD92) is known color: Emerald. HEX triplet: 53, DD and 92. RGB value is (83,221,146). Sum of RGB (Red+Green+Blue) = 83+221+146=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #53DD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53DD92 is #AC226D. Grayscale: #ABABAB. Windows color (decimal): -11281006 or 9624915. OLE color: 9624915.
HSL color Cylindrical-coordinate representation of color #53DD92: hue angle of 147.39º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DD92 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 221 | 146 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.13 |
| HSL | 147.39º | 0.67% | 0.6% | - |
| HSV(B) | 147.39º | 0.62% | 0.87% | - |
| XYZ | 34.61 | 55.63 | 36.11 | - |
| YUV | 171.19 | 113.78 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 221 | 146 | 0.62 | 0 | 0.34 | 0.13 | 147.39 | 0.67 | 0.6 |
| Hex | 53 | DD | 92 | 3E | 0 | 22 | D | 93 | 43 | 3C |
| Octal | 123 | 335 | 222 | 76 | 0 | 42 | 15 | 223 | 103 | 74 |
| Binary | 1010011 | 11011101 | 10010010 | 111110 | 0 | 100010 | 1101 | 10010011 | 1000011 | 111100 |
Color Harmonies of #53DD92
Complementary color
Monochromatic Colors of #53DD92
Black with #53DD92
Text Example
Text Example
White with #53DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DD92; }
p { color: rgb(83,221,146); }
H1.HeaderClassName
{
color: #53DD92;
}
.AnyTagClassName
{
color: #53DD92;
}
</style>
background-color css
<style>
a { background-color: #53DD92; }
a { background-color: rgb(83,221,146); }
div.DivClassName
{
background-color: #53DD92;
}
.BgClassName
{
background-color: #53DD92;
}
</style>
border-color css
<style>
span { border-color: #53DD92; }
span { border-color: rgb(83,221,146); }
td.TdClassName
{
border-color: #53DD92;
}
.TagClassName
{
border-color: #53DD92;
}
</style>