Shades of Silver Tree #5BCF8B
Tints of Silver Tree #5BCF8B
RGB
CMYK
RGB Variations
Color information
#5BCF8B (or 0x5BCF8B) is known color: Silver Tree. HEX triplet: 5B, CF and 8B. RGB value is (91,207,139). Sum of RGB (Red+Green+Blue) = 91+207+139=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCF8B is #A43074. Grayscale: #A4A4A4. Windows color (decimal): -10760309 or 9162587. OLE color: 9162587.
HSL color Cylindrical-coordinate representation of color #5BCF8B: hue angle of 144.83º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCF8B is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 207 | 139 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.19 |
| HSL | 144.83º | 0.55% | 0.58% | - |
| HSV(B) | 144.83º | 0.56% | 0.81% | - |
| XYZ | 31.29 | 48.71 | 32.18 | - |
| YUV | 164.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 207 | 139 | 0.56 | 0 | 0.33 | 0.19 | 144.83 | 0.55 | 0.58 |
| Hex | 5B | CF | 8B | 38 | 0 | 21 | 13 | 91 | 37 | 3A |
| Octal | 133 | 317 | 213 | 70 | 0 | 41 | 23 | 221 | 67 | 72 |
| Binary | 1011011 | 11001111 | 10001011 | 111000 | 0 | 100001 | 10011 | 10010001 | 110111 | 111010 |
Color Harmonies of #5BCF8B
Complementary color
Monochromatic Colors of #5BCF8B
Black with #5BCF8B
Text Example
Text Example
White with #5BCF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCF8B; }
p { color: rgb(91,207,139); }
H1.HeaderClassName
{
color: #5BCF8B;
}
.AnyTagClassName
{
color: #5BCF8B;
}
</style>
background-color css
<style>
a { background-color: #5BCF8B; }
a { background-color: rgb(91,207,139); }
div.DivClassName
{
background-color: #5BCF8B;
}
.BgClassName
{
background-color: #5BCF8B;
}
</style>
border-color css
<style>
span { border-color: #5BCF8B; }
span { border-color: rgb(91,207,139); }
td.TdClassName
{
border-color: #5BCF8B;
}
.TagClassName
{
border-color: #5BCF8B;
}
</style>