Shades of Silver Tree #6CCD85
Tints of Silver Tree #6CCD85
RGB
CMYK
RGB Variations
Color information
#6CCD85 (or 0x6CCD85) is known color: Silver Tree. HEX triplet: 6C, CD and 85. RGB value is (108,205,133). Sum of RGB (Red+Green+Blue) = 108+205+133=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #6CCD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCD85 is #93327A. Grayscale: #A7A7A7. Windows color (decimal): -9646715 or 8768876. OLE color: 8768876.
HSL color Cylindrical-coordinate representation of color #6CCD85: hue angle of 135.46º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCD85 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 205 | 133 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.20 |
| HSL | 135.46º | 0.49% | 0.61% | - |
| HSV(B) | 135.46º | 0.47% | 0.8% | - |
| XYZ | 32.25 | 48.54 | 29.86 | - |
| YUV | 167.79 | 108.36 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 205 | 133 | 0.47 | 0 | 0.35 | 0.20 | 135.46 | 0.49 | 0.61 |
| Hex | 6C | CD | 85 | 2F | 0 | 23 | 14 | 87 | 31 | 3D |
| Octal | 154 | 315 | 205 | 57 | 0 | 43 | 24 | 207 | 61 | 75 |
| Binary | 1101100 | 11001101 | 10000101 | 101111 | 0 | 100011 | 10100 | 10000111 | 110001 | 111101 |
Color Harmonies of #6CCD85
Complementary color
Monochromatic Colors of #6CCD85
Black with #6CCD85
Text Example
Text Example
White with #6CCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCD85; }
p { color: rgb(108,205,133); }
H1.HeaderClassName
{
color: #6CCD85;
}
.AnyTagClassName
{
color: #6CCD85;
}
</style>
background-color css
<style>
a { background-color: #6CCD85; }
a { background-color: rgb(108,205,133); }
div.DivClassName
{
background-color: #6CCD85;
}
.BgClassName
{
background-color: #6CCD85;
}
</style>
border-color css
<style>
span { border-color: #6CCD85; }
span { border-color: rgb(108,205,133); }
td.TdClassName
{
border-color: #6CCD85;
}
.TagClassName
{
border-color: #6CCD85;
}
</style>