Shades of Silver Tree #62BC8C
Tints of Silver Tree #62BC8C
RGB
CMYK
RGB Variations
Color information
#62BC8C (or 0x62BC8C) is known color: Silver Tree. HEX triplet: 62, BC and 8C. RGB value is (98,188,140). Sum of RGB (Red+Green+Blue) = 98+188+140=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #62BC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BC8C is #9D4373. Grayscale: #9B9B9B. Windows color (decimal): -10306420 or 9223266. OLE color: 9223266.
HSL color Cylindrical-coordinate representation of color #62BC8C: hue angle of 148º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BC8C is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 188 | 140 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.26 |
| HSL | 148º | 0.4% | 0.56% | - |
| HSV(B) | 148º | 0.48% | 0.74% | - |
| XYZ | 27.75 | 40.46 | 31.16 | - |
| YUV | 155.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 140 | 0.48 | 0 | 0.26 | 0.26 | 148 | 0.4 | 0.56 |
| Hex | 62 | BC | 8C | 30 | 0 | 1A | 1A | 94 | 28 | 38 |
| Octal | 142 | 274 | 214 | 60 | 0 | 32 | 32 | 224 | 50 | 70 |
| Binary | 1100010 | 10111100 | 10001100 | 110000 | 0 | 11010 | 11010 | 10010100 | 101000 | 111000 |
Color Harmonies of #62BC8C
Complementary color
Monochromatic Colors of #62BC8C
Black with #62BC8C
Text Example
Text Example
White with #62BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BC8C; }
p { color: rgb(98,188,140); }
H1.HeaderClassName
{
color: #62BC8C;
}
.AnyTagClassName
{
color: #62BC8C;
}
</style>
background-color css
<style>
a { background-color: #62BC8C; }
a { background-color: rgb(98,188,140); }
div.DivClassName
{
background-color: #62BC8C;
}
.BgClassName
{
background-color: #62BC8C;
}
</style>
border-color css
<style>
span { border-color: #62BC8C; }
span { border-color: rgb(98,188,140); }
td.TdClassName
{
border-color: #62BC8C;
}
.TagClassName
{
border-color: #62BC8C;
}
</style>