Shades of Silver Tree #62BE82
Tints of Silver Tree #62BE82
RGB
CMYK
RGB Variations
Color information
#62BE82 (or 0x62BE82) is known color: Silver Tree. HEX triplet: 62, BE and 82. RGB value is (98,190,130). Sum of RGB (Red+Green+Blue) = 98+190+130=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #62BE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BE82 is #9D417D. Grayscale: #9B9B9B. Windows color (decimal): -10305918 or 8568418. OLE color: 8568418.
HSL color Cylindrical-coordinate representation of color #62BE82: hue angle of 140.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BE82 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 190 | 130 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.25 |
| HSL | 140.87º | 0.41% | 0.56% | - |
| HSV(B) | 140.87º | 0.48% | 0.75% | - |
| XYZ | 27.48 | 41.04 | 27.59 | - |
| YUV | 155.65 | 113.52 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 190 | 130 | 0.48 | 0 | 0.32 | 0.25 | 140.87 | 0.41 | 0.56 |
| Hex | 62 | BE | 82 | 30 | 0 | 20 | 19 | 8D | 29 | 38 |
| Octal | 142 | 276 | 202 | 60 | 0 | 40 | 31 | 215 | 51 | 70 |
| Binary | 1100010 | 10111110 | 10000010 | 110000 | 0 | 100000 | 11001 | 10001101 | 101001 | 111000 |
Color Harmonies of #62BE82
Complementary color
Monochromatic Colors of #62BE82
Black with #62BE82
Text Example
Text Example
White with #62BE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BE82; }
p { color: rgb(98,190,130); }
H1.HeaderClassName
{
color: #62BE82;
}
.AnyTagClassName
{
color: #62BE82;
}
</style>
background-color css
<style>
a { background-color: #62BE82; }
a { background-color: rgb(98,190,130); }
div.DivClassName
{
background-color: #62BE82;
}
.BgClassName
{
background-color: #62BE82;
}
</style>
border-color css
<style>
span { border-color: #62BE82; }
span { border-color: rgb(98,190,130); }
td.TdClassName
{
border-color: #62BE82;
}
.TagClassName
{
border-color: #62BE82;
}
</style>