#55C98D

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

Shades of Silver Tree #55C98D

Tints of Silver Tree #55C98D

Color information

#55C98D (or 0x55C98D) is unknown color: approx Silver Tree. HEX triplet: 55, C9 and 8D. RGB value is (85,201,141). Sum of RGB (Red+Green+Blue) = 85+201+141=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #55C98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C98D is #AA3672. Grayscale: #9F9F9F. Windows color (decimal): -11155059 or 9292117. OLE color: 9292117.

HSL color Cylindrical-coordinate representation of color #55C98D: hue angle of 148.97º 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 #55C98D is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB85201141-
CMYK0.5800.300.21
HSL148.97º51.79%56.08%-
HSV(B)148.97º57.71%78.82%-
XYZ29.4445.6332.45-
YUV159.48117.5774.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 201 (78.91% from 255) = 47.07%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=19.91%
G=47.07%
B=33.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852011410.5800.300.21148.9751.7956.08
Hex55C98D3A01E15953438
Octal12531121572036252256470
Binary101010111001001100011011110100111101010110010101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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