Shades of Emerald #53D95C
Tints of Emerald #53D95C
RGB
CMYK
RGB Variations
Color information
#53D95C (or 0x53D95C) is known color: Emerald. HEX triplet: 53, D9 and 5C. RGB value is (83,217,92). Sum of RGB (Red+Green+Blue) = 83+217+92=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #53D95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D95C is #AC26A3. Grayscale: #A3A3A3. Windows color (decimal): -11282084 or 6084947. OLE color: 6084947.
HSL color Cylindrical-coordinate representation of color #53D95C: hue angle of 124.03º 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 #53D95C is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 217 | 92 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.15 |
| HSL | 124.03º | 0.64% | 0.59% | - |
| HSV(B) | 124.03º | 0.62% | 0.85% | - |
| XYZ | 30.31 | 52.24 | 18.61 | - |
| YUV | 162.68 | 88.11 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 217 | 92 | 0.62 | 0 | 0.58 | 0.15 | 124.03 | 0.64 | 0.59 |
| Hex | 53 | D9 | 5C | 3E | 0 | 3A | F | 7C | 40 | 3B |
| Octal | 123 | 331 | 134 | 76 | 0 | 72 | 17 | 174 | 100 | 73 |
| Binary | 1010011 | 11011001 | 1011100 | 111110 | 0 | 111010 | 1111 | 1111100 | 1000000 | 111011 |
Color Harmonies of #53D95C
Complementary color
Monochromatic Colors of #53D95C
Black with #53D95C
Text Example
Text Example
White with #53D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D95C; }
p { color: rgb(83,217,92); }
H1.HeaderClassName
{
color: #53D95C;
}
.AnyTagClassName
{
color: #53D95C;
}
</style>
background-color css
<style>
a { background-color: #53D95C; }
a { background-color: rgb(83,217,92); }
div.DivClassName
{
background-color: #53D95C;
}
.BgClassName
{
background-color: #53D95C;
}
</style>
border-color css
<style>
span { border-color: #53D95C; }
span { border-color: rgb(83,217,92); }
td.TdClassName
{
border-color: #53D95C;
}
.TagClassName
{
border-color: #53D95C;
}
</style>