Shades of Silver Tree #6DD48C
Tints of Silver Tree #6DD48C
RGB
CMYK
RGB Variations
Color information
#6DD48C (or 0x6DD48C) is known color: Silver Tree. HEX triplet: 6D, D4 and 8C. RGB value is (109,212,140). Sum of RGB (Red+Green+Blue) = 109+212+140=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #6DD48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD48C is #922B73. Grayscale: #ADADAD. Windows color (decimal): -9579380 or 9229421. OLE color: 9229421.
HSL color Cylindrical-coordinate representation of color #6DD48C: hue angle of 138.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD48C is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 212 | 140 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.17 |
| HSL | 138.06º | 0.54% | 0.63% | - |
| HSV(B) | 138.06º | 0.49% | 0.83% | - |
| XYZ | 34.58 | 52.23 | 33.07 | - |
| YUV | 173 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 212 | 140 | 0.49 | 0 | 0.34 | 0.17 | 138.06 | 0.54 | 0.63 |
| Hex | 6D | D4 | 8C | 31 | 0 | 22 | 11 | 8A | 36 | 3F |
| Octal | 155 | 324 | 214 | 61 | 0 | 42 | 21 | 212 | 66 | 77 |
| Binary | 1101101 | 11010100 | 10001100 | 110001 | 0 | 100010 | 10001 | 10001010 | 110110 | 111111 |
Color Harmonies of #6DD48C
Complementary color
Monochromatic Colors of #6DD48C
Black with #6DD48C
Text Example
Text Example
White with #6DD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD48C; }
p { color: rgb(109,212,140); }
H1.HeaderClassName
{
color: #6DD48C;
}
.AnyTagClassName
{
color: #6DD48C;
}
</style>
background-color css
<style>
a { background-color: #6DD48C; }
a { background-color: rgb(109,212,140); }
div.DivClassName
{
background-color: #6DD48C;
}
.BgClassName
{
background-color: #6DD48C;
}
</style>
border-color css
<style>
span { border-color: #6DD48C; }
span { border-color: rgb(109,212,140); }
td.TdClassName
{
border-color: #6DD48C;
}
.TagClassName
{
border-color: #6DD48C;
}
</style>