Shades of Silver Tree #5FCC8B
Tints of Silver Tree #5FCC8B
RGB
CMYK
RGB Variations
Color information
#5FCC8B (or 0x5FCC8B) is known color: Silver Tree. HEX triplet: 5F, CC and 8B. RGB value is (95,204,139). Sum of RGB (Red+Green+Blue) = 95+204+139=438 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.69% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCC8B is #A03374. Grayscale: #A4A4A4. Windows color (decimal): -10498933 or 9161823. OLE color: 9161823.
HSL color Cylindrical-coordinate representation of color #5FCC8B: hue angle of 144.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCC8B is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 139 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.2 |
| HSL | 144.22º | 0.52% | 0.59% | - |
| HSV(B) | 144.22º | 0.53% | 0.8% | - |
| XYZ | 30.97 | 47.48 | 31.96 | - |
| YUV | 164 | 113.89 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 139 | 0.53 | 0 | 0.32 | 0.2 | 144.22 | 0.52 | 0.59 |
| Hex | 5F | CC | 8B | 35 | 0 | 20 | 14 | 90 | 34 | 3B |
| Octal | 137 | 314 | 213 | 65 | 0 | 40 | 24 | 220 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10001011 | 110101 | 0 | 100000 | 10100 | 10010000 | 110100 | 111011 |
Color Harmonies of #5FCC8B
Complementary color
Monochromatic Colors of #5FCC8B
Black with #5FCC8B
Text Example
Text Example
White with #5FCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC8B; }
p { color: rgb(95,204,139); }
H1.HeaderClassName
{
color: #5FCC8B;
}
.AnyTagClassName
{
color: #5FCC8B;
}
</style>
background-color css
<style>
a { background-color: #5FCC8B; }
a { background-color: rgb(95,204,139); }
div.DivClassName
{
background-color: #5FCC8B;
}
.BgClassName
{
background-color: #5FCC8B;
}
</style>
border-color css
<style>
span { border-color: #5FCC8B; }
span { border-color: rgb(95,204,139); }
td.TdClassName
{
border-color: #5FCC8B;
}
.TagClassName
{
border-color: #5FCC8B;
}
</style>