Shades of Silver Tree #62BD90
Tints of Silver Tree #62BD90
RGB
CMYK
RGB Variations
Color information
#62BD90 (or 0x62BD90) is known color: Silver Tree. HEX triplet: 62, BD and 90. RGB value is (98,189,144). Sum of RGB (Red+Green+Blue) = 98+189+144=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BD90 is #9D426F. Grayscale: #9C9C9C. Windows color (decimal): -10306160 or 9485666. OLE color: 9485666.
HSL color Cylindrical-coordinate representation of color #62BD90: hue angle of 150.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BD90 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 189 | 144 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.26 |
| HSL | 150.33º | 0.41% | 0.56% | - |
| HSV(B) | 150.33º | 0.48% | 0.74% | - |
| XYZ | 28.27 | 41.01 | 32.81 | - |
| YUV | 156.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 144 | 0.48 | 0 | 0.24 | 0.26 | 150.33 | 0.41 | 0.56 |
| Hex | 62 | BD | 90 | 30 | 0 | 18 | 1A | 96 | 29 | 38 |
| Octal | 142 | 275 | 220 | 60 | 0 | 30 | 32 | 226 | 51 | 70 |
| Binary | 1100010 | 10111101 | 10010000 | 110000 | 0 | 11000 | 11010 | 10010110 | 101001 | 111000 |
Color Harmonies of #62BD90
Complementary color
Monochromatic Colors of #62BD90
Black with #62BD90
Text Example
Text Example
White with #62BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BD90; }
p { color: rgb(98,189,144); }
H1.HeaderClassName
{
color: #62BD90;
}
.AnyTagClassName
{
color: #62BD90;
}
</style>
background-color css
<style>
a { background-color: #62BD90; }
a { background-color: rgb(98,189,144); }
div.DivClassName
{
background-color: #62BD90;
}
.BgClassName
{
background-color: #62BD90;
}
</style>
border-color css
<style>
span { border-color: #62BD90; }
span { border-color: rgb(98,189,144); }
td.TdClassName
{
border-color: #62BD90;
}
.TagClassName
{
border-color: #62BD90;
}
</style>