Html Css Color HEX #55BE8D Silver Tree

📋 copy color: '#55BE8D'

red 85 ◦ green 190 ◦ blue 141

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

Shades of Silver Tree #55BE8D

Tints of Silver Tree #55BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.67%

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

R = 20.43%
G = 45.67%
B = 33.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#55BE8D (or 0x55BE8D) is known color: Silver Tree. HEX triplet: 55, BE and 8D. RGB value is (85,190,141). Sum of RGB (Red+Green+Blue) = 85+190+141=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BE8D is #AA4172. Grayscale: #999999. Windows color (decimal): -11157875 or 9289301. OLE color: 9289301.

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

Color convert

RGB 85 190 141 -
CMYK 0.55 0 0.26 0.25
HSL 152º 0.45% 0.54% -
HSV(B) 152º 0.55% 0.75% -
XYZ 26.97 40.68 31.63 -
YUV 153.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 85 190 141 0.55 0 0.26 0.25 152 0.45 0.54
Hex 55 BE 8D 37 0 1A 19 98 2D 36
Octal 125 276 215 67 0 32 31 230 55 66
Binary 1010101 10111110 10001101 110111 0 11010 11001 10011000 101101 110110

Color Harmonies of #55BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BE8D

Black with #55BE8D

Text Example


Text Example

White with #55BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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