Shades of Silver Tree #62C484
Tints of Silver Tree #62C484
RGB
CMYK
RGB Variations
Color information
#62C484 (or 0x62C484) is known color: Silver Tree. HEX triplet: 62, C4 and 84. RGB value is (98,196,132). Sum of RGB (Red+Green+Blue) = 98+196+132=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #62C484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C484 is #9D3B7B. Grayscale: #9F9F9F. Windows color (decimal): -10304380 or 8701026. OLE color: 8701026.
HSL color Cylindrical-coordinate representation of color #62C484: hue angle of 140.82º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62C484 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 196 | 132 | - |
| CMYK | 0.5 | 0 | 0.33 | 0.23 |
| HSL | 140.82º | 0.45% | 0.58% | - |
| HSV(B) | 140.82º | 0.5% | 0.77% | - |
| XYZ | 28.94 | 43.74 | 28.75 | - |
| YUV | 159.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 196 | 132 | 0.5 | 0 | 0.33 | 0.23 | 140.82 | 0.45 | 0.58 |
| Hex | 62 | C4 | 84 | 32 | 0 | 21 | 17 | 8D | 2D | 3A |
| Octal | 142 | 304 | 204 | 62 | 0 | 41 | 27 | 215 | 55 | 72 |
| Binary | 1100010 | 11000100 | 10000100 | 110010 | 0 | 100001 | 10111 | 10001101 | 101101 | 111010 |
Color Harmonies of #62C484
Complementary color
Monochromatic Colors of #62C484
Black with #62C484
Text Example
Text Example
White with #62C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C484; }
p { color: rgb(98,196,132); }
H1.HeaderClassName
{
color: #62C484;
}
.AnyTagClassName
{
color: #62C484;
}
</style>
background-color css
<style>
a { background-color: #62C484; }
a { background-color: rgb(98,196,132); }
div.DivClassName
{
background-color: #62C484;
}
.BgClassName
{
background-color: #62C484;
}
</style>
border-color css
<style>
span { border-color: #62C484; }
span { border-color: rgb(98,196,132); }
td.TdClassName
{
border-color: #62C484;
}
.TagClassName
{
border-color: #62C484;
}
</style>