Shades of Emerald #5DCC70
Tints of Emerald #5DCC70
RGB
CMYK
RGB Variations
Color information
#5DCC70 (or 0x5DCC70) is known color: Emerald. HEX triplet: 5D, CC and 70. RGB value is (93,204,112). Sum of RGB (Red+Green+Blue) = 93+204+112=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCC70 is #A2338F. Grayscale: #A0A0A0. Windows color (decimal): -10630032 or 7392349. OLE color: 7392349.
HSL color Cylindrical-coordinate representation of color #5DCC70: hue angle of 130.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCC70 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 112 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.2 |
| HSL | 130.27º | 0.52% | 0.58% | - |
| HSV(B) | 130.27º | 0.54% | 0.8% | - |
| XYZ | 29.03 | 46.68 | 22.81 | - |
| YUV | 160.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 112 | 0.54 | 0 | 0.45 | 0.2 | 130.27 | 0.52 | 0.58 |
| Hex | 5D | CC | 70 | 36 | 0 | 2D | 14 | 82 | 34 | 3A |
| Octal | 135 | 314 | 160 | 66 | 0 | 55 | 24 | 202 | 64 | 72 |
| Binary | 1011101 | 11001100 | 1110000 | 110110 | 0 | 101101 | 10100 | 10000010 | 110100 | 111010 |
Color Harmonies of #5DCC70
Complementary color
Monochromatic Colors of #5DCC70
Black with #5DCC70
Text Example
Text Example
White with #5DCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC70; }
p { color: rgb(93,204,112); }
H1.HeaderClassName
{
color: #5DCC70;
}
.AnyTagClassName
{
color: #5DCC70;
}
</style>
background-color css
<style>
a { background-color: #5DCC70; }
a { background-color: rgb(93,204,112); }
div.DivClassName
{
background-color: #5DCC70;
}
.BgClassName
{
background-color: #5DCC70;
}
</style>
border-color css
<style>
span { border-color: #5DCC70; }
span { border-color: rgb(93,204,112); }
td.TdClassName
{
border-color: #5DCC70;
}
.TagClassName
{
border-color: #5DCC70;
}
</style>