Shades of Silver Tree #62BF90
Tints of Silver Tree #62BF90
RGB
CMYK
RGB Variations
Color information
#62BF90 (or 0x62BF90) is known color: Silver Tree. HEX triplet: 62, BF and 90. RGB value is (98,191,144). Sum of RGB (Red+Green+Blue) = 98+191+144=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #62BF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BF90 is #9D406F. Grayscale: #9D9D9D. Windows color (decimal): -10305648 or 9486178. OLE color: 9486178.
HSL color Cylindrical-coordinate representation of color #62BF90: hue angle of 149.68º 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 #62BF90 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 191 | 144 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.25 |
| HSL | 149.68º | 0.42% | 0.57% | - |
| HSV(B) | 149.68º | 0.49% | 0.75% | - |
| XYZ | 28.7 | 41.87 | 32.95 | - |
| YUV | 157.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 144 | 0.49 | 0 | 0.25 | 0.25 | 149.68 | 0.42 | 0.57 |
| Hex | 62 | BF | 90 | 31 | 0 | 19 | 19 | 96 | 2A | 39 |
| Octal | 142 | 277 | 220 | 61 | 0 | 31 | 31 | 226 | 52 | 71 |
| Binary | 1100010 | 10111111 | 10010000 | 110001 | 0 | 11001 | 11001 | 10010110 | 101010 | 111001 |
Color Harmonies of #62BF90
Complementary color
Monochromatic Colors of #62BF90
Black with #62BF90
Text Example
Text Example
White with #62BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BF90; }
p { color: rgb(98,191,144); }
H1.HeaderClassName
{
color: #62BF90;
}
.AnyTagClassName
{
color: #62BF90;
}
</style>
background-color css
<style>
a { background-color: #62BF90; }
a { background-color: rgb(98,191,144); }
div.DivClassName
{
background-color: #62BF90;
}
.BgClassName
{
background-color: #62BF90;
}
</style>
border-color css
<style>
span { border-color: #62BF90; }
span { border-color: rgb(98,191,144); }
td.TdClassName
{
border-color: #62BF90;
}
.TagClassName
{
border-color: #62BF90;
}
</style>