#55D08E

Color #55D08E Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #55D08E

Tints of Silver Tree #55D08E

Color information

#55D08E (or 0x55D08E) is unknown color: approx Silver Tree. HEX triplet: 55, D0 and 8E. RGB value is (85,208,142). Sum of RGB (Red+Green+Blue) = 85+208+142=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #55D08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D08E is #AA2F71. Grayscale: #A3A3A3. Windows color (decimal): -11153266 or 9359445. OLE color: 9359445.

HSL color Cylindrical-coordinate representation of color #55D08E: hue angle of 147.8º 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 #55D08E is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB85208142-
CMYK0.5900.320.18
HSL147.8º56.68%57.45%-
HSV(B)147.8º59.13%81.57%-
XYZ31.184933.4-
YUV163.7115.7571.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 19.54%
GREEN value IS 208 (81.64% from 255) = 47.82%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=19.54%
G=47.82%
B=32.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852081420.5900.320.18147.856.6857.45
Hex55D08E3B02012943939
Octal12532021673040222247171
Binary1010101110100001000111011101101000001001010010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55D08E; }

 p { color: rgb(85,208,142); }

 H1.HeaderClassName
 {
   color: #55D08E;
 }
 .AnyTagClassName
 {
   color: #55D08E;
 }
</style>
background-color css

<style>
 a { background-color: #55D08E; }

 a { background-color: rgb(85,208,142); }

 div.DivClassName
 {
   background-color: #55D08E;
 }
 .BgClassName
 {
   background-color: #55D08E;
 }
</style>
border-color css

<style>
 span { border-color: #55D08E; }

 span { border-color: rgb(85,208,142); }

 td.TdClassName
 {
   border-color: #55D08E;
 }
 .TagClassName
 {
   border-color: #55D08E;
 }
</style>