Shades of Silver Tree #5FC48A
Tints of Silver Tree #5FC48A
RGB
CMYK
RGB Variations
Color information
#5FC48A (or 0x5FC48A) is known color: Silver Tree. HEX triplet: 5F, C4 and 8A. RGB value is (95,196,138). Sum of RGB (Red+Green+Blue) = 95+196+138=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC48A is #A03B75. Grayscale: #9F9F9F. Windows color (decimal): -10500982 or 9094239. OLE color: 9094239.
HSL color Cylindrical-coordinate representation of color #5FC48A: hue angle of 145.54º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC48A is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 196 | 138 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.23 |
| HSL | 145.54º | 0.46% | 0.57% | - |
| HSV(B) | 145.54º | 0.52% | 0.77% | - |
| XYZ | 29.05 | 43.75 | 30.96 | - |
| YUV | 159.19 | 116.04 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 196 | 138 | 0.52 | 0 | 0.30 | 0.23 | 145.54 | 0.46 | 0.57 |
| Hex | 5F | C4 | 8A | 34 | 0 | 1E | 17 | 92 | 2E | 39 |
| Octal | 137 | 304 | 212 | 64 | 0 | 36 | 27 | 222 | 56 | 71 |
| Binary | 1011111 | 11000100 | 10001010 | 110100 | 0 | 11110 | 10111 | 10010010 | 101110 | 111001 |
Color Harmonies of #5FC48A
Complementary color
Monochromatic Colors of #5FC48A
Black with #5FC48A
Text Example
Text Example
White with #5FC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC48A; }
p { color: rgb(95,196,138); }
H1.HeaderClassName
{
color: #5FC48A;
}
.AnyTagClassName
{
color: #5FC48A;
}
</style>
background-color css
<style>
a { background-color: #5FC48A; }
a { background-color: rgb(95,196,138); }
div.DivClassName
{
background-color: #5FC48A;
}
.BgClassName
{
background-color: #5FC48A;
}
</style>
border-color css
<style>
span { border-color: #5FC48A; }
span { border-color: rgb(95,196,138); }
td.TdClassName
{
border-color: #5FC48A;
}
.TagClassName
{
border-color: #5FC48A;
}
</style>