Shades of Silver Tree #61D68D
Tints of Silver Tree #61D68D
RGB
CMYK
RGB Variations
Color information
#61D68D (or 0x61D68D) is known color: Silver Tree. HEX triplet: 61, D6 and 8D. RGB value is (97,214,141). Sum of RGB (Red+Green+Blue) = 97+214+141=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #61D68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D68D is #9E2972. Grayscale: #AAAAAA. Windows color (decimal): -10365299 or 9295457. OLE color: 9295457.
HSL color Cylindrical-coordinate representation of color #61D68D: hue angle of 142.56º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D68D is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 214 | 141 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.16 |
| HSL | 142.56º | 0.59% | 0.61% | - |
| HSV(B) | 142.56º | 0.55% | 0.84% | - |
| XYZ | 33.78 | 52.56 | 33.56 | - |
| YUV | 170.7 | 111.24 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 141 | 0.55 | 0 | 0.34 | 0.16 | 142.56 | 0.59 | 0.61 |
| Hex | 61 | D6 | 8D | 37 | 0 | 22 | 10 | 8F | 3B | 3D |
| Octal | 141 | 326 | 215 | 67 | 0 | 42 | 20 | 217 | 73 | 75 |
| Binary | 1100001 | 11010110 | 10001101 | 110111 | 0 | 100010 | 10000 | 10001111 | 111011 | 111101 |
Color Harmonies of #61D68D
Complementary color
Monochromatic Colors of #61D68D
Black with #61D68D
Text Example
Text Example
White with #61D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D68D; }
p { color: rgb(97,214,141); }
H1.HeaderClassName
{
color: #61D68D;
}
.AnyTagClassName
{
color: #61D68D;
}
</style>
background-color css
<style>
a { background-color: #61D68D; }
a { background-color: rgb(97,214,141); }
div.DivClassName
{
background-color: #61D68D;
}
.BgClassName
{
background-color: #61D68D;
}
</style>
border-color css
<style>
span { border-color: #61D68D; }
span { border-color: rgb(97,214,141); }
td.TdClassName
{
border-color: #61D68D;
}
.TagClassName
{
border-color: #61D68D;
}
</style>