Shades of Silver Tree #5FCB8F
Tints of Silver Tree #5FCB8F
RGB
CMYK
RGB Variations
Color information
#5FCB8F (or 0x5FCB8F) is known color: Silver Tree. HEX triplet: 5F, CB and 8F. RGB value is (95,203,143). Sum of RGB (Red+Green+Blue) = 95+203+143=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCB8F is #A03470. Grayscale: #A3A3A3. Windows color (decimal): -10499185 or 9423711. OLE color: 9423711.
HSL color Cylindrical-coordinate representation of color #5FCB8F: hue angle of 146.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCB8F is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 143 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.20 |
| HSL | 146.67º | 0.51% | 0.58% | - |
| HSV(B) | 146.67º | 0.53% | 0.8% | - |
| XYZ | 31.03 | 47.13 | 33.45 | - |
| YUV | 163.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 143 | 0.53 | 0 | 0.30 | 0.20 | 146.67 | 0.51 | 0.58 |
| Hex | 5F | CB | 8F | 35 | 0 | 1E | 14 | 93 | 33 | 3A |
| Octal | 137 | 313 | 217 | 65 | 0 | 36 | 24 | 223 | 63 | 72 |
| Binary | 1011111 | 11001011 | 10001111 | 110101 | 0 | 11110 | 10100 | 10010011 | 110011 | 111010 |
Color Harmonies of #5FCB8F
Complementary color
Monochromatic Colors of #5FCB8F
Black with #5FCB8F
Text Example
Text Example
White with #5FCB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB8F; }
p { color: rgb(95,203,143); }
H1.HeaderClassName
{
color: #5FCB8F;
}
.AnyTagClassName
{
color: #5FCB8F;
}
</style>
background-color css
<style>
a { background-color: #5FCB8F; }
a { background-color: rgb(95,203,143); }
div.DivClassName
{
background-color: #5FCB8F;
}
.BgClassName
{
background-color: #5FCB8F;
}
</style>
border-color css
<style>
span { border-color: #5FCB8F; }
span { border-color: rgb(95,203,143); }
td.TdClassName
{
border-color: #5FCB8F;
}
.TagClassName
{
border-color: #5FCB8F;
}
</style>