Html Css Color HEX #55C18E Silver Tree

📋 copy color: '#55C18E'

red 85 ◦ green 193 ◦ blue 142

#55C18E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #55C18E

Tints of Silver Tree #55C18E

RGB

 RED value IS 85 (33.59% from 255) = 20.24%

 GREEN value IS 193 (75.78% from 255) = 45.95%

 BLUE value IS 142 (55.86% from 255) = 33.81%

R = 20.24%
G = 45.95%
B = 33.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#55C18E (or 0x55C18E) is known color: Silver Tree. HEX triplet: 55, C1 and 8E. RGB value is (85,193,142). Sum of RGB (Red+Green+Blue) = 85+193+142=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #55C18E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C18E is #AA3E71. Grayscale: #9A9A9A. Windows color (decimal): -11157106 or 9355605. OLE color: 9355605.

HSL color Cylindrical-coordinate representation of color #55C18E: hue angle of 151.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C18E is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 142 -
CMYK 0.56 0 0.26 0.24
HSL 151.67º 0.47% 0.55% -
HSV(B) 151.67º 0.56% 0.76% -
XYZ 27.7 42.02 32.24 -
YUV 154.89 120.72 78.15 -
System Red Green Blue C M Y K H S L
Decimal 85 193 142 0.56 0 0.26 0.24 151.67 0.47 0.55
Hex 55 C1 8E 38 0 1A 18 98 2F 37
Octal 125 301 216 70 0 32 30 230 57 67
Binary 1010101 11000001 10001110 111000 0 11010 11000 10011000 101111 110111

Color Harmonies of #55C18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C18E

Black with #55C18E

Text Example


Text Example

White with #55C18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55C18E;
 }
 .AnyTagClassName
 {
   color: #55C18E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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