Shades of Silver Tree #5DCC8C
Tints of Silver Tree #5DCC8C
RGB
CMYK
RGB Variations
Color information
#5DCC8C (or 0x5DCC8C) is known color: Silver Tree. HEX triplet: 5D, CC and 8C. RGB value is (93,204,140). Sum of RGB (Red+Green+Blue) = 93+204+140=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCC8C is #A23373. Grayscale: #A3A3A3. Windows color (decimal): -10630004 or 9227357. OLE color: 9227357.
HSL color Cylindrical-coordinate representation of color #5DCC8C: hue angle of 145.41º 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 #5DCC8C is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 140 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.2 |
| HSL | 145.41º | 0.52% | 0.58% | - |
| HSV(B) | 145.41º | 0.54% | 0.8% | - |
| XYZ | 30.84 | 47.41 | 32.34 | - |
| YUV | 163.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 140 | 0.54 | 0 | 0.31 | 0.2 | 145.41 | 0.52 | 0.58 |
| Hex | 5D | CC | 8C | 36 | 0 | 1F | 14 | 91 | 34 | 3A |
| Octal | 135 | 314 | 214 | 66 | 0 | 37 | 24 | 221 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10001100 | 110110 | 0 | 11111 | 10100 | 10010001 | 110100 | 111010 |
Color Harmonies of #5DCC8C
Complementary color
Monochromatic Colors of #5DCC8C
Black with #5DCC8C
Text Example
Text Example
White with #5DCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC8C; }
p { color: rgb(93,204,140); }
H1.HeaderClassName
{
color: #5DCC8C;
}
.AnyTagClassName
{
color: #5DCC8C;
}
</style>
background-color css
<style>
a { background-color: #5DCC8C; }
a { background-color: rgb(93,204,140); }
div.DivClassName
{
background-color: #5DCC8C;
}
.BgClassName
{
background-color: #5DCC8C;
}
</style>
border-color css
<style>
span { border-color: #5DCC8C; }
span { border-color: rgb(93,204,140); }
td.TdClassName
{
border-color: #5DCC8C;
}
.TagClassName
{
border-color: #5DCC8C;
}
</style>