Shades of Silver Tree #5CCC94
Tints of Silver Tree #5CCC94
RGB
CMYK
RGB Variations
Color information
#5CCC94 (or 0x5CCC94) is known color: Silver Tree. HEX triplet: 5C, CC and 94. RGB value is (92,204,148). Sum of RGB (Red+Green+Blue) = 92+204+148=444 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.72% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCC94 is #A3336B. Grayscale: #A4A4A4. Windows color (decimal): -10695532 or 9751644. OLE color: 9751644.
HSL color Cylindrical-coordinate representation of color #5CCC94: hue angle of 150º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCC94 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 148 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.2 |
| HSL | 150º | 0.52% | 0.58% | - |
| HSV(B) | 150º | 0.55% | 0.8% | - |
| XYZ | 31.35 | 47.6 | 35.55 | - |
| YUV | 164.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 148 | 0.55 | 0 | 0.27 | 0.2 | 150 | 0.52 | 0.58 |
| Hex | 5C | CC | 94 | 37 | 0 | 1B | 14 | 96 | 34 | 3A |
| Octal | 134 | 314 | 224 | 67 | 0 | 33 | 24 | 226 | 64 | 72 |
| Binary | 1011100 | 11001100 | 10010100 | 110111 | 0 | 11011 | 10100 | 10010110 | 110100 | 111010 |
Color Harmonies of #5CCC94
Complementary color
Monochromatic Colors of #5CCC94
Black with #5CCC94
Text Example
Text Example
White with #5CCC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC94; }
p { color: rgb(92,204,148); }
H1.HeaderClassName
{
color: #5CCC94;
}
.AnyTagClassName
{
color: #5CCC94;
}
</style>
background-color css
<style>
a { background-color: #5CCC94; }
a { background-color: rgb(92,204,148); }
div.DivClassName
{
background-color: #5CCC94;
}
.BgClassName
{
background-color: #5CCC94;
}
</style>
border-color css
<style>
span { border-color: #5CCC94; }
span { border-color: rgb(92,204,148); }
td.TdClassName
{
border-color: #5CCC94;
}
.TagClassName
{
border-color: #5CCC94;
}
</style>