Shades of Silver Tree #55D094
Tints of Silver Tree #55D094
RGB
CMYK
RGB Variations
Color information
#55D094 (or 0x55D094) is known color: Silver Tree. HEX triplet: 55, D0 and 94. RGB value is (85,208,148). Sum of RGB (Red+Green+Blue) = 85+208+148=441 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.27% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #55D094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D094 is #AA2F6B. Grayscale: #A4A4A4. Windows color (decimal): -11153260 or 9752661. OLE color: 9752661.
HSL color Cylindrical-coordinate representation of color #55D094: hue angle of 150.73º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D094 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 148 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.18 |
| HSL | 150.73º | 0.57% | 0.57% | - |
| HSV(B) | 150.73º | 0.59% | 0.82% | - |
| XYZ | 31.65 | 49.18 | 35.84 | - |
| YUV | 164.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 148 | 0.59 | 0 | 0.29 | 0.18 | 150.73 | 0.57 | 0.57 |
| Hex | 55 | D0 | 94 | 3B | 0 | 1D | 12 | 97 | 39 | 39 |
| Octal | 125 | 320 | 224 | 73 | 0 | 35 | 22 | 227 | 71 | 71 |
| Binary | 1010101 | 11010000 | 10010100 | 111011 | 0 | 11101 | 10010 | 10010111 | 111001 | 111001 |
Color Harmonies of #55D094
Complementary color
Monochromatic Colors of #55D094
Black with #55D094
Text Example
Text Example
White with #55D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D094; }
p { color: rgb(85,208,148); }
H1.HeaderClassName
{
color: #55D094;
}
.AnyTagClassName
{
color: #55D094;
}
</style>
background-color css
<style>
a { background-color: #55D094; }
a { background-color: rgb(85,208,148); }
div.DivClassName
{
background-color: #55D094;
}
.BgClassName
{
background-color: #55D094;
}
</style>
border-color css
<style>
span { border-color: #55D094; }
span { border-color: rgb(85,208,148); }
td.TdClassName
{
border-color: #55D094;
}
.TagClassName
{
border-color: #55D094;
}
</style>