Shades of Silver Tree #62D495
Tints of Silver Tree #62D495
RGB
CMYK
RGB Variations
Color information
#62D495 (or 0x62D495) is known color: Silver Tree. HEX triplet: 62, D4 and 95. RGB value is (98,212,149). Sum of RGB (Red+Green+Blue) = 98+212+149=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #62D495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62D495 is #9D2B6A. Grayscale: #AAAAAA. Windows color (decimal): -10300267 or 9819234. OLE color: 9819234.
HSL color Cylindrical-coordinate representation of color #62D495: hue angle of 146.84º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62D495 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 212 | 149 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.17 |
| HSL | 146.84º | 0.57% | 0.61% | - |
| HSV(B) | 146.84º | 0.54% | 0.83% | - |
| XYZ | 34.01 | 51.85 | 36.65 | - |
| YUV | 170.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 212 | 149 | 0.54 | 0 | 0.30 | 0.17 | 146.84 | 0.57 | 0.61 |
| Hex | 62 | D4 | 95 | 36 | 0 | 1E | 11 | 93 | 39 | 3D |
| Octal | 142 | 324 | 225 | 66 | 0 | 36 | 21 | 223 | 71 | 75 |
| Binary | 1100010 | 11010100 | 10010101 | 110110 | 0 | 11110 | 10001 | 10010011 | 111001 | 111101 |
Color Harmonies of #62D495
Complementary color
Monochromatic Colors of #62D495
Black with #62D495
Text Example
Text Example
White with #62D495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D495; }
p { color: rgb(98,212,149); }
H1.HeaderClassName
{
color: #62D495;
}
.AnyTagClassName
{
color: #62D495;
}
</style>
background-color css
<style>
a { background-color: #62D495; }
a { background-color: rgb(98,212,149); }
div.DivClassName
{
background-color: #62D495;
}
.BgClassName
{
background-color: #62D495;
}
</style>
border-color css
<style>
span { border-color: #62D495; }
span { border-color: rgb(98,212,149); }
td.TdClassName
{
border-color: #62D495;
}
.TagClassName
{
border-color: #62D495;
}
</style>