Shades of Silver Tree #68DE94
Tints of Silver Tree #68DE94
RGB
CMYK
RGB Variations
Color information
#68DE94 (or 0x68DE94) is known color: Silver Tree. HEX triplet: 68, DE and 94. RGB value is (104,222,148). Sum of RGB (Red+Green+Blue) = 104+222+148=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DE94 is #97216B. Grayscale: #B2B2B2. Windows color (decimal): -9904492 or 9756264. OLE color: 9756264.
HSL color Cylindrical-coordinate representation of color #68DE94: hue angle of 142.37º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DE94 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 148 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.13 |
| HSL | 142.37º | 0.64% | 0.64% | - |
| HSV(B) | 142.37º | 0.53% | 0.87% | - |
| XYZ | 37.18 | 57.32 | 37.12 | - |
| YUV | 178.28 | 110.91 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 148 | 0.53 | 0 | 0.33 | 0.13 | 142.37 | 0.64 | 0.64 |
| Hex | 68 | DE | 94 | 35 | 0 | 21 | D | 8E | 40 | 40 |
| Octal | 150 | 336 | 224 | 65 | 0 | 41 | 15 | 216 | 100 | 100 |
| Binary | 1101000 | 11011110 | 10010100 | 110101 | 0 | 100001 | 1101 | 10001110 | 1000000 | 1000000 |
Color Harmonies of #68DE94
Complementary color
Monochromatic Colors of #68DE94
Black with #68DE94
Text Example
Text Example
White with #68DE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE94; }
p { color: rgb(104,222,148); }
H1.HeaderClassName
{
color: #68DE94;
}
.AnyTagClassName
{
color: #68DE94;
}
</style>
background-color css
<style>
a { background-color: #68DE94; }
a { background-color: rgb(104,222,148); }
div.DivClassName
{
background-color: #68DE94;
}
.BgClassName
{
background-color: #68DE94;
}
</style>
border-color css
<style>
span { border-color: #68DE94; }
span { border-color: rgb(104,222,148); }
td.TdClassName
{
border-color: #68DE94;
}
.TagClassName
{
border-color: #68DE94;
}
</style>