Shades of Silver Tree #5FB88A
Tints of Silver Tree #5FB88A
RGB
CMYK
RGB Variations
Color information
#5FB88A (or 0x5FB88A) is known color: Silver Tree. HEX triplet: 5F, B8 and 8A. RGB value is (95,184,138). Sum of RGB (Red+Green+Blue) = 95+184+138=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB88A is #A04775. Grayscale: #989898. Windows color (decimal): -10504054 or 9091167. OLE color: 9091167.
HSL color Cylindrical-coordinate representation of color #5FB88A: hue angle of 148.99º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB88A is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 138 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.28 |
| HSL | 148.99º | 0.39% | 0.55% | - |
| HSV(B) | 148.99º | 0.48% | 0.72% | - |
| XYZ | 26.45 | 38.55 | 30.09 | - |
| YUV | 152.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 138 | 0.48 | 0 | 0.25 | 0.28 | 148.99 | 0.39 | 0.55 |
| Hex | 5F | B8 | 8A | 30 | 0 | 19 | 1C | 95 | 27 | 37 |
| Octal | 137 | 270 | 212 | 60 | 0 | 31 | 34 | 225 | 47 | 67 |
| Binary | 1011111 | 10111000 | 10001010 | 110000 | 0 | 11001 | 11100 | 10010101 | 100111 | 110111 |
Color Harmonies of #5FB88A
Complementary color
Monochromatic Colors of #5FB88A
Black with #5FB88A
Text Example
Text Example
White with #5FB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB88A; }
p { color: rgb(95,184,138); }
H1.HeaderClassName
{
color: #5FB88A;
}
.AnyTagClassName
{
color: #5FB88A;
}
</style>
background-color css
<style>
a { background-color: #5FB88A; }
a { background-color: rgb(95,184,138); }
div.DivClassName
{
background-color: #5FB88A;
}
.BgClassName
{
background-color: #5FB88A;
}
</style>
border-color css
<style>
span { border-color: #5FB88A; }
span { border-color: rgb(95,184,138); }
td.TdClassName
{
border-color: #5FB88A;
}
.TagClassName
{
border-color: #5FB88A;
}
</style>