Shades of Silver Tree #68D485
Tints of Silver Tree #68D485
RGB
CMYK
RGB Variations
Color information
#68D485 (or 0x68D485) is known color: Silver Tree. HEX triplet: 68, D4 and 85. RGB value is (104,212,133). Sum of RGB (Red+Green+Blue) = 104+212+133=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #68D485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D485 is #972B7A. Grayscale: #AAAAAA. Windows color (decimal): -9907067 or 8770664. OLE color: 8770664.
HSL color Cylindrical-coordinate representation of color #68D485: hue angle of 136.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D485 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 133 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.17 |
| HSL | 136.11º | 0.56% | 0.62% | - |
| HSV(B) | 136.11º | 0.51% | 0.83% | - |
| XYZ | 33.49 | 51.72 | 30.41 | - |
| YUV | 170.7 | 106.72 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 133 | 0.51 | 0 | 0.37 | 0.17 | 136.11 | 0.56 | 0.62 |
| Hex | 68 | D4 | 85 | 33 | 0 | 25 | 11 | 88 | 38 | 3E |
| Octal | 150 | 324 | 205 | 63 | 0 | 45 | 21 | 210 | 70 | 76 |
| Binary | 1101000 | 11010100 | 10000101 | 110011 | 0 | 100101 | 10001 | 10001000 | 111000 | 111110 |
Color Harmonies of #68D485
Complementary color
Monochromatic Colors of #68D485
Black with #68D485
Text Example
Text Example
White with #68D485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D485; }
p { color: rgb(104,212,133); }
H1.HeaderClassName
{
color: #68D485;
}
.AnyTagClassName
{
color: #68D485;
}
</style>
background-color css
<style>
a { background-color: #68D485; }
a { background-color: rgb(104,212,133); }
div.DivClassName
{
background-color: #68D485;
}
.BgClassName
{
background-color: #68D485;
}
</style>
border-color css
<style>
span { border-color: #68D485; }
span { border-color: rgb(104,212,133); }
td.TdClassName
{
border-color: #68D485;
}
.TagClassName
{
border-color: #68D485;
}
</style>