#55C98E

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

Shades of Silver Tree #55C98E

Tints of Silver Tree #55C98E

Color information

#55C98E (or 0x55C98E) is unknown color: approx Silver Tree. HEX triplet: 55, C9 and 8E. RGB value is (85,201,142). Sum of RGB (Red+Green+Blue) = 85+201+142=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #55C98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C98E is #AA3671. Grayscale: #9F9F9F. Windows color (decimal): -11155058 or 9357653. OLE color: 9357653.

HSL color Cylindrical-coordinate representation of color #55C98E: hue angle of 149.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C98E is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB85201142-
CMYK0.5800.290.21
HSL149.48º51.79%56.08%-
HSV(B)149.48º57.71%78.82%-
XYZ29.5245.6632.85-
YUV159.59118.0774.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 201 (78.91% from 255) = 46.96%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=19.86%
G=46.96%
B=33.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852011420.5800.290.21149.4851.7956.08
Hex55C98E3A01D15953438
Octal12531121672035252256470
Binary101010111001001100011101110100111011010110010101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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