Shades of Silver Tree #6CCF85
Tints of Silver Tree #6CCF85
RGB
CMYK
RGB Variations
Color information
#6CCF85 (or 0x6CCF85) is known color: Silver Tree. HEX triplet: 6C, CF and 85. RGB value is (108,207,133). Sum of RGB (Red+Green+Blue) = 108+207+133=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCF85 is #93307A. Grayscale: #A9A9A9. Windows color (decimal): -9646203 or 8769388. OLE color: 8769388.
HSL color Cylindrical-coordinate representation of color #6CCF85: hue angle of 135.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCF85 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 133 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.19 |
| HSL | 135.15º | 0.51% | 0.62% | - |
| HSV(B) | 135.15º | 0.48% | 0.81% | - |
| XYZ | 32.73 | 49.51 | 30.02 | - |
| YUV | 168.96 | 107.7 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 133 | 0.48 | 0 | 0.36 | 0.19 | 135.15 | 0.51 | 0.62 |
| Hex | 6C | CF | 85 | 30 | 0 | 24 | 13 | 87 | 33 | 3E |
| Octal | 154 | 317 | 205 | 60 | 0 | 44 | 23 | 207 | 63 | 76 |
| Binary | 1101100 | 11001111 | 10000101 | 110000 | 0 | 100100 | 10011 | 10000111 | 110011 | 111110 |
Color Harmonies of #6CCF85
Complementary color
Monochromatic Colors of #6CCF85
Black with #6CCF85
Text Example
Text Example
White with #6CCF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF85; }
p { color: rgb(108,207,133); }
H1.HeaderClassName
{
color: #6CCF85;
}
.AnyTagClassName
{
color: #6CCF85;
}
</style>
background-color css
<style>
a { background-color: #6CCF85; }
a { background-color: rgb(108,207,133); }
div.DivClassName
{
background-color: #6CCF85;
}
.BgClassName
{
background-color: #6CCF85;
}
</style>
border-color css
<style>
span { border-color: #6CCF85; }
span { border-color: rgb(108,207,133); }
td.TdClassName
{
border-color: #6CCF85;
}
.TagClassName
{
border-color: #6CCF85;
}
</style>