Shades of Silver Tree #62BD8F
Tints of Silver Tree #62BD8F
RGB
CMYK
RGB Variations
Color information
#62BD8F (or 0x62BD8F) is known color: Silver Tree. HEX triplet: 62, BD and 8F. RGB value is (98,189,143). Sum of RGB (Red+Green+Blue) = 98+189+143=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BD8F is #9D4270. Grayscale: #9C9C9C. Windows color (decimal): -10306161 or 9420130. OLE color: 9420130.
HSL color Cylindrical-coordinate representation of color #62BD8F: hue angle of 149.67º 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 #62BD8F is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 189 | 143 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.26 |
| HSL | 149.67º | 0.41% | 0.56% | - |
| HSV(B) | 149.67º | 0.48% | 0.74% | - |
| XYZ | 28.19 | 40.98 | 32.41 | - |
| YUV | 156.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 143 | 0.48 | 0 | 0.24 | 0.26 | 149.67 | 0.41 | 0.56 |
| Hex | 62 | BD | 8F | 30 | 0 | 18 | 1A | 96 | 29 | 38 |
| Octal | 142 | 275 | 217 | 60 | 0 | 30 | 32 | 226 | 51 | 70 |
| Binary | 1100010 | 10111101 | 10001111 | 110000 | 0 | 11000 | 11010 | 10010110 | 101001 | 111000 |
Color Harmonies of #62BD8F
Complementary color
Monochromatic Colors of #62BD8F
Black with #62BD8F
Text Example
Text Example
White with #62BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BD8F; }
p { color: rgb(98,189,143); }
H1.HeaderClassName
{
color: #62BD8F;
}
.AnyTagClassName
{
color: #62BD8F;
}
</style>
background-color css
<style>
a { background-color: #62BD8F; }
a { background-color: rgb(98,189,143); }
div.DivClassName
{
background-color: #62BD8F;
}
.BgClassName
{
background-color: #62BD8F;
}
</style>
border-color css
<style>
span { border-color: #62BD8F; }
span { border-color: rgb(98,189,143); }
td.TdClassName
{
border-color: #62BD8F;
}
.TagClassName
{
border-color: #62BD8F;
}
</style>