Html Css Color HEX #55BA85 Silver Tree

📋 copy color: '#55BA85'

red 85 ◦ green 186 ◦ blue 133

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

Shades of Silver Tree #55BA85

Tints of Silver Tree #55BA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.04%

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

R = 21.04%
G = 46.04%
B = 32.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#55BA85 (or 0x55BA85) is known color: Silver Tree. HEX triplet: 55, BA and 85. RGB value is (85,186,133). Sum of RGB (Red+Green+Blue) = 85+186+133=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA85 is #AA457A. Grayscale: #959595. Windows color (decimal): -11158907 or 8763989. OLE color: 8763989.

HSL color Cylindrical-coordinate representation of color #55BA85: hue angle of 148.51º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA85 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 186 133 -
CMYK 0.54 0 0.28 0.27
HSL 148.51º 0.42% 0.53% -
HSV(B) 148.51º 0.54% 0.73% -
XYZ 25.54 38.74 28.32 -
YUV 149.76 118.54 81.81 -
System Red Green Blue C M Y K H S L
Decimal 85 186 133 0.54 0 0.28 0.27 148.51 0.42 0.53
Hex 55 BA 85 36 0 1C 1B 95 2A 35
Octal 125 272 205 66 0 34 33 225 52 65
Binary 1010101 10111010 10000101 110110 0 11100 11011 10010101 101010 110101

Color Harmonies of #55BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA85

Black with #55BA85

Text Example


Text Example

White with #55BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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