Shades of Silver Tree #62CE95
Tints of Silver Tree #62CE95
RGB
CMYK
RGB Variations
Color information
#62CE95 (or 0x62CE95) is known color: Silver Tree. HEX triplet: 62, CE and 95. RGB value is (98,206,149). Sum of RGB (Red+Green+Blue) = 98+206+149=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62CE95 is #9D316A. Grayscale: #A7A7A7. Windows color (decimal): -10301803 or 9817698. OLE color: 9817698.
HSL color Cylindrical-coordinate representation of color #62CE95: hue angle of 148.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CE95 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 149 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.19 |
| HSL | 148.33º | 0.52% | 0.6% | - |
| HSV(B) | 148.33º | 0.52% | 0.81% | - |
| XYZ | 32.53 | 48.91 | 36.16 | - |
| YUV | 167.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 149 | 0.52 | 0 | 0.28 | 0.19 | 148.33 | 0.52 | 0.6 |
| Hex | 62 | CE | 95 | 34 | 0 | 1C | 13 | 94 | 34 | 3C |
| Octal | 142 | 316 | 225 | 64 | 0 | 34 | 23 | 224 | 64 | 74 |
| Binary | 1100010 | 11001110 | 10010101 | 110100 | 0 | 11100 | 10011 | 10010100 | 110100 | 111100 |
Color Harmonies of #62CE95
Complementary color
Monochromatic Colors of #62CE95
Black with #62CE95
Text Example
Text Example
White with #62CE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE95; }
p { color: rgb(98,206,149); }
H1.HeaderClassName
{
color: #62CE95;
}
.AnyTagClassName
{
color: #62CE95;
}
</style>
background-color css
<style>
a { background-color: #62CE95; }
a { background-color: rgb(98,206,149); }
div.DivClassName
{
background-color: #62CE95;
}
.BgClassName
{
background-color: #62CE95;
}
</style>
border-color css
<style>
span { border-color: #62CE95; }
span { border-color: rgb(98,206,149); }
td.TdClassName
{
border-color: #62CE95;
}
.TagClassName
{
border-color: #62CE95;
}
</style>