Shades of Silver Tree #62C08C
Tints of Silver Tree #62C08C
RGB
CMYK
RGB Variations
Color information
#62C08C (or 0x62C08C) is known color: Silver Tree. HEX triplet: 62, C0 and 8C. RGB value is (98,192,140). Sum of RGB (Red+Green+Blue) = 98+192+140=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #62C08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C08C is #9D3F73. Grayscale: #9E9E9E. Windows color (decimal): -10305396 or 9224290. OLE color: 9224290.
HSL color Cylindrical-coordinate representation of color #62C08C: hue angle of 146.81º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C08C is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 192 | 140 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.25 |
| HSL | 146.81º | 0.43% | 0.57% | - |
| HSV(B) | 146.81º | 0.49% | 0.75% | - |
| XYZ | 28.62 | 42.19 | 31.45 | - |
| YUV | 157.97 | 117.86 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 140 | 0.49 | 0 | 0.27 | 0.25 | 146.81 | 0.43 | 0.57 |
| Hex | 62 | C0 | 8C | 31 | 0 | 1B | 19 | 93 | 2B | 39 |
| Octal | 142 | 300 | 214 | 61 | 0 | 33 | 31 | 223 | 53 | 71 |
| Binary | 1100010 | 11000000 | 10001100 | 110001 | 0 | 11011 | 11001 | 10010011 | 101011 | 111001 |
Color Harmonies of #62C08C
Complementary color
Monochromatic Colors of #62C08C
Black with #62C08C
Text Example
Text Example
White with #62C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C08C; }
p { color: rgb(98,192,140); }
H1.HeaderClassName
{
color: #62C08C;
}
.AnyTagClassName
{
color: #62C08C;
}
</style>
background-color css
<style>
a { background-color: #62C08C; }
a { background-color: rgb(98,192,140); }
div.DivClassName
{
background-color: #62C08C;
}
.BgClassName
{
background-color: #62C08C;
}
</style>
border-color css
<style>
span { border-color: #62C08C; }
span { border-color: rgb(98,192,140); }
td.TdClassName
{
border-color: #62C08C;
}
.TagClassName
{
border-color: #62C08C;
}
</style>