Shades of Silver Tree #5CCF95
Tints of Silver Tree #5CCF95
RGB
CMYK
RGB Variations
Color information
#5CCF95 (or 0x5CCF95) is known color: Silver Tree. HEX triplet: 5C, CF and 95. RGB value is (92,207,149). Sum of RGB (Red+Green+Blue) = 92+207+149=448 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.54% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCF95 is #A3306A. Grayscale: #A6A6A6. Windows color (decimal): -10694763 or 9817948. OLE color: 9817948.
HSL color Cylindrical-coordinate representation of color #5CCF95: hue angle of 149.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCF95 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 149 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.19 |
| HSL | 149.74º | 0.55% | 0.59% | - |
| HSV(B) | 149.74º | 0.56% | 0.81% | - |
| XYZ | 32.15 | 49.07 | 36.21 | - |
| YUV | 166 | 118.4 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 149 | 0.56 | 0 | 0.28 | 0.19 | 149.74 | 0.55 | 0.59 |
| Hex | 5C | CF | 95 | 38 | 0 | 1C | 13 | 96 | 37 | 3B |
| Octal | 134 | 317 | 225 | 70 | 0 | 34 | 23 | 226 | 67 | 73 |
| Binary | 1011100 | 11001111 | 10010101 | 111000 | 0 | 11100 | 10011 | 10010110 | 110111 | 111011 |
Color Harmonies of #5CCF95
Complementary color
Monochromatic Colors of #5CCF95
Black with #5CCF95
Text Example
Text Example
White with #5CCF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCF95; }
p { color: rgb(92,207,149); }
H1.HeaderClassName
{
color: #5CCF95;
}
.AnyTagClassName
{
color: #5CCF95;
}
</style>
background-color css
<style>
a { background-color: #5CCF95; }
a { background-color: rgb(92,207,149); }
div.DivClassName
{
background-color: #5CCF95;
}
.BgClassName
{
background-color: #5CCF95;
}
</style>
border-color css
<style>
span { border-color: #5CCF95; }
span { border-color: rgb(92,207,149); }
td.TdClassName
{
border-color: #5CCF95;
}
.TagClassName
{
border-color: #5CCF95;
}
</style>