Shades of Silver Tree #66D38B
Tints of Silver Tree #66D38B
RGB
CMYK
RGB Variations
Color information
#66D38B (or 0x66D38B) is known color: Silver Tree. HEX triplet: 66, D3 and 8B. RGB value is (102,211,139). Sum of RGB (Red+Green+Blue) = 102+211+139=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #66D38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D38B is #992C74. Grayscale: #AAAAAA. Windows color (decimal): -10038389 or 9163622. OLE color: 9163622.
HSL color Cylindrical-coordinate representation of color #66D38B: hue angle of 140.37º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D38B is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 211 | 139 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.17 |
| HSL | 140.37º | 0.55% | 0.61% | - |
| HSV(B) | 140.37º | 0.52% | 0.83% | - |
| XYZ | 33.43 | 51.28 | 32.56 | - |
| YUV | 170.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 211 | 139 | 0.52 | 0 | 0.34 | 0.17 | 140.37 | 0.55 | 0.61 |
| Hex | 66 | D3 | 8B | 34 | 0 | 22 | 11 | 8C | 37 | 3D |
| Octal | 146 | 323 | 213 | 64 | 0 | 42 | 21 | 214 | 67 | 75 |
| Binary | 1100110 | 11010011 | 10001011 | 110100 | 0 | 100010 | 10001 | 10001100 | 110111 | 111101 |
Color Harmonies of #66D38B
Complementary color
Monochromatic Colors of #66D38B
Black with #66D38B
Text Example
Text Example
White with #66D38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D38B; }
p { color: rgb(102,211,139); }
H1.HeaderClassName
{
color: #66D38B;
}
.AnyTagClassName
{
color: #66D38B;
}
</style>
background-color css
<style>
a { background-color: #66D38B; }
a { background-color: rgb(102,211,139); }
div.DivClassName
{
background-color: #66D38B;
}
.BgClassName
{
background-color: #66D38B;
}
</style>
border-color css
<style>
span { border-color: #66D38B; }
span { border-color: rgb(102,211,139); }
td.TdClassName
{
border-color: #66D38B;
}
.TagClassName
{
border-color: #66D38B;
}
</style>