Shades of Emerald #53D85B
Tints of Emerald #53D85B
RGB
CMYK
RGB Variations
Color information
#53D85B (or 0x53D85B) is known color: Emerald. HEX triplet: 53, D8 and 5B. RGB value is (83,216,91). Sum of RGB (Red+Green+Blue) = 83+216+91=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 216 (84.77% from 255 or 55.38% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 216 - color contains mainly: green. Hex color #53D85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D85B is #AC27A4. Grayscale: #A2A2A2. Windows color (decimal): -11282341 or 6019155. OLE color: 6019155.
HSL color Cylindrical-coordinate representation of color #53D85B: hue angle of 123.61º degrees, saturation: 0.63, 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 #53D85B is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 216 | 91 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.15 |
| HSL | 123.61º | 0.63% | 0.59% | - |
| HSV(B) | 123.61º | 0.62% | 0.85% | - |
| XYZ | 30.01 | 51.71 | 18.3 | - |
| YUV | 161.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 216 | 91 | 0.62 | 0 | 0.58 | 0.15 | 123.61 | 0.63 | 0.59 |
| Hex | 53 | D8 | 5B | 3E | 0 | 3A | F | 7C | 3F | 3B |
| Octal | 123 | 330 | 133 | 76 | 0 | 72 | 17 | 174 | 77 | 73 |
| Binary | 1010011 | 11011000 | 1011011 | 111110 | 0 | 111010 | 1111 | 1111100 | 111111 | 111011 |
Color Harmonies of #53D85B
Complementary color
Monochromatic Colors of #53D85B
Black with #53D85B
Text Example
Text Example
White with #53D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D85B; }
p { color: rgb(83,216,91); }
H1.HeaderClassName
{
color: #53D85B;
}
.AnyTagClassName
{
color: #53D85B;
}
</style>
background-color css
<style>
a { background-color: #53D85B; }
a { background-color: rgb(83,216,91); }
div.DivClassName
{
background-color: #53D85B;
}
.BgClassName
{
background-color: #53D85B;
}
</style>
border-color css
<style>
span { border-color: #53D85B; }
span { border-color: rgb(83,216,91); }
td.TdClassName
{
border-color: #53D85B;
}
.TagClassName
{
border-color: #53D85B;
}
</style>