Shades of Silver Tree #5CCF8F
Tints of Silver Tree #5CCF8F
RGB
CMYK
RGB Variations
Color information
#5CCF8F (or 0x5CCF8F) is known color: Silver Tree. HEX triplet: 5C, CF and 8F. RGB value is (92,207,143). Sum of RGB (Red+Green+Blue) = 92+207+143=442 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.81% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCF8F is #A33070. Grayscale: #A5A5A5. Windows color (decimal): -10694769 or 9424732. OLE color: 9424732.
HSL color Cylindrical-coordinate representation of color #5CCF8F: hue angle of 146.61º 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 #5CCF8F is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 143 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.19 |
| HSL | 146.61º | 0.55% | 0.59% | - |
| HSV(B) | 146.61º | 0.56% | 0.81% | - |
| XYZ | 31.68 | 48.88 | 33.75 | - |
| YUV | 165.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 143 | 0.56 | 0 | 0.31 | 0.19 | 146.61 | 0.55 | 0.59 |
| Hex | 5C | CF | 8F | 38 | 0 | 1F | 13 | 93 | 37 | 3B |
| Octal | 134 | 317 | 217 | 70 | 0 | 37 | 23 | 223 | 67 | 73 |
| Binary | 1011100 | 11001111 | 10001111 | 111000 | 0 | 11111 | 10011 | 10010011 | 110111 | 111011 |
Color Harmonies of #5CCF8F
Complementary color
Monochromatic Colors of #5CCF8F
Black with #5CCF8F
Text Example
Text Example
White with #5CCF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCF8F; }
p { color: rgb(92,207,143); }
H1.HeaderClassName
{
color: #5CCF8F;
}
.AnyTagClassName
{
color: #5CCF8F;
}
</style>
background-color css
<style>
a { background-color: #5CCF8F; }
a { background-color: rgb(92,207,143); }
div.DivClassName
{
background-color: #5CCF8F;
}
.BgClassName
{
background-color: #5CCF8F;
}
</style>
border-color css
<style>
span { border-color: #5CCF8F; }
span { border-color: rgb(92,207,143); }
td.TdClassName
{
border-color: #5CCF8F;
}
.TagClassName
{
border-color: #5CCF8F;
}
</style>