Shades of Silver Tree #66D48A
Tints of Silver Tree #66D48A
RGB
CMYK
RGB Variations
Color information
#66D48A (or 0x66D48A) is known color: Silver Tree. HEX triplet: 66, D4 and 8A. RGB value is (102,212,138). Sum of RGB (Red+Green+Blue) = 102+212+138=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #66D48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D48A is #992B75. Grayscale: #AAAAAA. Windows color (decimal): -10038134 or 9098342. OLE color: 9098342.
HSL color Cylindrical-coordinate representation of color #66D48A: hue angle of 139.64º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D48A is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 212 | 138 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.17 |
| HSL | 139.64º | 0.56% | 0.62% | - |
| HSV(B) | 139.64º | 0.52% | 0.83% | - |
| XYZ | 33.61 | 51.75 | 32.26 | - |
| YUV | 170.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 212 | 138 | 0.52 | 0 | 0.35 | 0.17 | 139.64 | 0.56 | 0.62 |
| Hex | 66 | D4 | 8A | 34 | 0 | 23 | 11 | 8C | 38 | 3E |
| Octal | 146 | 324 | 212 | 64 | 0 | 43 | 21 | 214 | 70 | 76 |
| Binary | 1100110 | 11010100 | 10001010 | 110100 | 0 | 100011 | 10001 | 10001100 | 111000 | 111110 |
Color Harmonies of #66D48A
Complementary color
Monochromatic Colors of #66D48A
Black with #66D48A
Text Example
Text Example
White with #66D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D48A; }
p { color: rgb(102,212,138); }
H1.HeaderClassName
{
color: #66D48A;
}
.AnyTagClassName
{
color: #66D48A;
}
</style>
background-color css
<style>
a { background-color: #66D48A; }
a { background-color: rgb(102,212,138); }
div.DivClassName
{
background-color: #66D48A;
}
.BgClassName
{
background-color: #66D48A;
}
</style>
border-color css
<style>
span { border-color: #66D48A; }
span { border-color: rgb(102,212,138); }
td.TdClassName
{
border-color: #66D48A;
}
.TagClassName
{
border-color: #66D48A;
}
</style>