Shades of Silver Tree #61DC93
Tints of Silver Tree #61DC93
RGB
CMYK
RGB Variations
Color information
#61DC93 (or 0x61DC93) is known color: Silver Tree. HEX triplet: 61, DC and 93. RGB value is (97,220,147). Sum of RGB (Red+Green+Blue) = 97+220+147=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DC93 is #9E236C. Grayscale: #AFAFAF. Windows color (decimal): -10363757 or 9690209. OLE color: 9690209.
HSL color Cylindrical-coordinate representation of color #61DC93: hue angle of 144.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DC93 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 147 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.14 |
| HSL | 144.39º | 0.64% | 0.62% | - |
| HSV(B) | 144.39º | 0.56% | 0.86% | - |
| XYZ | 35.79 | 55.83 | 36.49 | - |
| YUV | 174.9 | 112.25 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 147 | 0.56 | 0 | 0.33 | 0.14 | 144.39 | 0.64 | 0.62 |
| Hex | 61 | DC | 93 | 38 | 0 | 21 | E | 90 | 40 | 3E |
| Octal | 141 | 334 | 223 | 70 | 0 | 41 | 16 | 220 | 100 | 76 |
| Binary | 1100001 | 11011100 | 10010011 | 111000 | 0 | 100001 | 1110 | 10010000 | 1000000 | 111110 |
Color Harmonies of #61DC93
Complementary color
Monochromatic Colors of #61DC93
Black with #61DC93
Text Example
Text Example
White with #61DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC93; }
p { color: rgb(97,220,147); }
H1.HeaderClassName
{
color: #61DC93;
}
.AnyTagClassName
{
color: #61DC93;
}
</style>
background-color css
<style>
a { background-color: #61DC93; }
a { background-color: rgb(97,220,147); }
div.DivClassName
{
background-color: #61DC93;
}
.BgClassName
{
background-color: #61DC93;
}
</style>
border-color css
<style>
span { border-color: #61DC93; }
span { border-color: rgb(97,220,147); }
td.TdClassName
{
border-color: #61DC93;
}
.TagClassName
{
border-color: #61DC93;
}
</style>