Shades of Silver Tree #62BF80
Tints of Silver Tree #62BF80
RGB
CMYK
RGB Variations
Color information
#62BF80 (or 0x62BF80) is known color: Silver Tree. HEX triplet: 62, BF and 80. RGB value is (98,191,128). Sum of RGB (Red+Green+Blue) = 98+191+128=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #62BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BF80 is #9D407F. Grayscale: #9C9C9C. Windows color (decimal): -10305664 or 8437602. OLE color: 8437602.
HSL color Cylindrical-coordinate representation of color #62BF80: hue angle of 139.35º degrees, saturation: 0.42, 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 #62BF80 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 191 | 128 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.25 |
| HSL | 139.35º | 0.42% | 0.57% | - |
| HSV(B) | 139.35º | 0.49% | 0.75% | - |
| XYZ | 27.56 | 41.42 | 26.96 | - |
| YUV | 156.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 128 | 0.49 | 0 | 0.33 | 0.25 | 139.35 | 0.42 | 0.57 |
| Hex | 62 | BF | 80 | 31 | 0 | 21 | 19 | 8B | 2A | 39 |
| Octal | 142 | 277 | 200 | 61 | 0 | 41 | 31 | 213 | 52 | 71 |
| Binary | 1100010 | 10111111 | 10000000 | 110001 | 0 | 100001 | 11001 | 10001011 | 101010 | 111001 |
Color Harmonies of #62BF80
Complementary color
Monochromatic Colors of #62BF80
Black with #62BF80
Text Example
Text Example
White with #62BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BF80; }
p { color: rgb(98,191,128); }
H1.HeaderClassName
{
color: #62BF80;
}
.AnyTagClassName
{
color: #62BF80;
}
</style>
background-color css
<style>
a { background-color: #62BF80; }
a { background-color: rgb(98,191,128); }
div.DivClassName
{
background-color: #62BF80;
}
.BgClassName
{
background-color: #62BF80;
}
</style>
border-color css
<style>
span { border-color: #62BF80; }
span { border-color: rgb(98,191,128); }
td.TdClassName
{
border-color: #62BF80;
}
.TagClassName
{
border-color: #62BF80;
}
</style>