Shades of Silver Tree #5FD98C
Tints of Silver Tree #5FD98C
RGB
CMYK
RGB Variations
Color information
#5FD98C (or 0x5FD98C) is known color: Silver Tree. HEX triplet: 5F, D9 and 8C. RGB value is (95,217,140). Sum of RGB (Red+Green+Blue) = 95+217+140=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD98C is #A02673. Grayscale: #ABABAB. Windows color (decimal): -10495604 or 9230687. OLE color: 9230687.
HSL color Cylindrical-coordinate representation of color #5FD98C: hue angle of 142.13º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD98C is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 140 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.15 |
| HSL | 142.13º | 0.62% | 0.61% | - |
| HSV(B) | 142.13º | 0.56% | 0.85% | - |
| XYZ | 34.27 | 53.95 | 33.42 | - |
| YUV | 171.74 | 110.08 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 140 | 0.56 | 0 | 0.35 | 0.15 | 142.13 | 0.62 | 0.61 |
| Hex | 5F | D9 | 8C | 38 | 0 | 23 | F | 8E | 3E | 3D |
| Octal | 137 | 331 | 214 | 70 | 0 | 43 | 17 | 216 | 76 | 75 |
| Binary | 1011111 | 11011001 | 10001100 | 111000 | 0 | 100011 | 1111 | 10001110 | 111110 | 111101 |
Color Harmonies of #5FD98C
Complementary color
Monochromatic Colors of #5FD98C
Black with #5FD98C
Text Example
Text Example
White with #5FD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD98C; }
p { color: rgb(95,217,140); }
H1.HeaderClassName
{
color: #5FD98C;
}
.AnyTagClassName
{
color: #5FD98C;
}
</style>
background-color css
<style>
a { background-color: #5FD98C; }
a { background-color: rgb(95,217,140); }
div.DivClassName
{
background-color: #5FD98C;
}
.BgClassName
{
background-color: #5FD98C;
}
</style>
border-color css
<style>
span { border-color: #5FD98C; }
span { border-color: rgb(95,217,140); }
td.TdClassName
{
border-color: #5FD98C;
}
.TagClassName
{
border-color: #5FD98C;
}
</style>