Shades of Silver Tree #5CC98C
Tints of Silver Tree #5CC98C
RGB
CMYK
RGB Variations
Color information
#5CC98C (or 0x5CC98C) is known color: Silver Tree. HEX triplet: 5C, C9 and 8C. RGB value is (92,201,140). Sum of RGB (Red+Green+Blue) = 92+201+140=433 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.25% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #5CC98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC98C is #A33673. Grayscale: #A1A1A1. Windows color (decimal): -10696308 or 9226588. OLE color: 9226588.
HSL color Cylindrical-coordinate representation of color #5CC98C: hue angle of 146.42º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC98C is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 201 | 140 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.21 |
| HSL | 146.42º | 0.5% | 0.57% | - |
| HSV(B) | 146.42º | 0.54% | 0.79% | - |
| XYZ | 30.03 | 45.94 | 32.1 | - |
| YUV | 161.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 201 | 140 | 0.54 | 0 | 0.30 | 0.21 | 146.42 | 0.5 | 0.57 |
| Hex | 5C | C9 | 8C | 36 | 0 | 1E | 15 | 92 | 32 | 39 |
| Octal | 134 | 311 | 214 | 66 | 0 | 36 | 25 | 222 | 62 | 71 |
| Binary | 1011100 | 11001001 | 10001100 | 110110 | 0 | 11110 | 10101 | 10010010 | 110010 | 111001 |
Color Harmonies of #5CC98C
Complementary color
Monochromatic Colors of #5CC98C
Black with #5CC98C
Text Example
Text Example
White with #5CC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC98C; }
p { color: rgb(92,201,140); }
H1.HeaderClassName
{
color: #5CC98C;
}
.AnyTagClassName
{
color: #5CC98C;
}
</style>
background-color css
<style>
a { background-color: #5CC98C; }
a { background-color: rgb(92,201,140); }
div.DivClassName
{
background-color: #5CC98C;
}
.BgClassName
{
background-color: #5CC98C;
}
</style>
border-color css
<style>
span { border-color: #5CC98C; }
span { border-color: rgb(92,201,140); }
td.TdClassName
{
border-color: #5CC98C;
}
.TagClassName
{
border-color: #5CC98C;
}
</style>