Html Css Color HEX #55BC85 Silver Tree

📋 copy color: '#55BC85'

red 85 ◦ green 188 ◦ blue 133

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

Shades of Silver Tree #55BC85

Tints of Silver Tree #55BC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 20.94%
G = 46.31%
B = 32.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#55BC85 (or 0x55BC85) is known color: Silver Tree. HEX triplet: 55, BC and 85. RGB value is (85,188,133). Sum of RGB (Red+Green+Blue) = 85+188+133=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC85 is #AA437A. Grayscale: #979797. Windows color (decimal): -11158395 or 8764501. OLE color: 8764501.

HSL color Cylindrical-coordinate representation of color #55BC85: hue angle of 147.96º 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 #55BC85 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 133 -
CMYK 0.55 0 0.29 0.26
HSL 147.96º 0.43% 0.54% -
HSV(B) 147.96º 0.55% 0.74% -
XYZ 25.96 39.59 28.46 -
YUV 150.93 117.88 80.97 -
System Red Green Blue C M Y K H S L
Decimal 85 188 133 0.55 0 0.29 0.26 147.96 0.43 0.54
Hex 55 BC 85 37 0 1D 1A 94 2B 36
Octal 125 274 205 67 0 35 32 224 53 66
Binary 1010101 10111100 10000101 110111 0 11101 11010 10010100 101011 110110

Color Harmonies of #55BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC85

Black with #55BC85

Text Example


Text Example

White with #55BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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