Html Css Color HEX #55BC8D Silver Tree

📋 copy color: '#55BC8D'

red 85 ◦ green 188 ◦ blue 141

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

Shades of Silver Tree #55BC8D

Tints of Silver Tree #55BC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 20.53%
G = 45.41%
B = 34.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#55BC8D (or 0x55BC8D) is known color: Silver Tree. HEX triplet: 55, BC and 8D. RGB value is (85,188,141). Sum of RGB (Red+Green+Blue) = 85+188+141=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC8D is #AA4372. Grayscale: #979797. Windows color (decimal): -11158387 or 9288789. OLE color: 9288789.

HSL color Cylindrical-coordinate representation of color #55BC8D: hue angle of 152.62º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC8D is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 141 -
CMYK 0.55 0 0.25 0.26
HSL 152.62º 0.43% 0.54% -
HSV(B) 152.62º 0.55% 0.74% -
XYZ 26.54 39.82 31.49 -
YUV 151.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 85 188 141 0.55 0 0.25 0.26 152.62 0.43 0.54
Hex 55 BC 8D 37 0 19 1A 99 2B 36
Octal 125 274 215 67 0 31 32 231 53 66
Binary 1010101 10111100 10001101 110111 0 11001 11010 10011001 101011 110110

Color Harmonies of #55BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC8D

Black with #55BC8D

Text Example


Text Example

White with #55BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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