Shades of Silver Tree #61CE98
Tints of Silver Tree #61CE98
RGB
CMYK
RGB Variations
Color information
#61CE98 (or 0x61CE98) is known color: Silver Tree. HEX triplet: 61, CE and 98. RGB value is (97,206,152). Sum of RGB (Red+Green+Blue) = 97+206+152=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CE98 is #9E3167. Grayscale: #A7A7A7. Windows color (decimal): -10367336 or 10014305. OLE color: 10014305.
HSL color Cylindrical-coordinate representation of color #61CE98: hue angle of 150.28º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CE98 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 152 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.19 |
| HSL | 150.28º | 0.53% | 0.59% | - |
| HSV(B) | 150.28º | 0.53% | 0.81% | - |
| XYZ | 32.67 | 48.95 | 37.43 | - |
| YUV | 167.25 | 119.39 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 152 | 0.53 | 0 | 0.26 | 0.19 | 150.28 | 0.53 | 0.59 |
| Hex | 61 | CE | 98 | 35 | 0 | 1A | 13 | 96 | 35 | 3B |
| Octal | 141 | 316 | 230 | 65 | 0 | 32 | 23 | 226 | 65 | 73 |
| Binary | 1100001 | 11001110 | 10011000 | 110101 | 0 | 11010 | 10011 | 10010110 | 110101 | 111011 |
Color Harmonies of #61CE98
Complementary color
Monochromatic Colors of #61CE98
Black with #61CE98
Text Example
Text Example
White with #61CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CE98; }
p { color: rgb(97,206,152); }
H1.HeaderClassName
{
color: #61CE98;
}
.AnyTagClassName
{
color: #61CE98;
}
</style>
background-color css
<style>
a { background-color: #61CE98; }
a { background-color: rgb(97,206,152); }
div.DivClassName
{
background-color: #61CE98;
}
.BgClassName
{
background-color: #61CE98;
}
</style>
border-color css
<style>
span { border-color: #61CE98; }
span { border-color: rgb(97,206,152); }
td.TdClassName
{
border-color: #61CE98;
}
.TagClassName
{
border-color: #61CE98;
}
</style>