Html Css Color HEX #55D995 Silver Tree

📋 copy color: '#55D995'

red 85 ◦ green 217 ◦ blue 149

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

Shades of Silver Tree #55D995

Tints of Silver Tree #55D995

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.12%

 BLUE value IS 149 (58.59% from 255) = 33.04%

R = 18.85%
G = 48.12%
B = 33.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#55D995 (or 0x55D995) is known color: Silver Tree. HEX triplet: 55, D9 and 95. RGB value is (85,217,149). Sum of RGB (Red+Green+Blue) = 85+217+149=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #55D995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D995 is #AA266A. Grayscale: #A9A9A9. Windows color (decimal): -11150955 or 9820501. OLE color: 9820501.

HSL color Cylindrical-coordinate representation of color #55D995: hue angle of 149.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D995 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 217 149 -
CMYK 0.61 0 0.31 0.15
HSL 149.09º 0.63% 0.59% -
HSV(B) 149.09º 0.61% 0.85% -
XYZ 33.98 53.73 37.01 -
YUV 169.78 116.27 67.53 -
System Red Green Blue C M Y K H S L
Decimal 85 217 149 0.61 0 0.31 0.15 149.09 0.63 0.59
Hex 55 D9 95 3D 0 1F F 95 3F 3B
Octal 125 331 225 75 0 37 17 225 77 73
Binary 1010101 11011001 10010101 111101 0 11111 1111 10010101 111111 111011

Color Harmonies of #55D995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D995

Black with #55D995

Text Example


Text Example

White with #55D995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,217,149); }

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

background-color css

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

 a { background-color: rgb(85,217,149); }

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

border-color css

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

 span { border-color: rgb(85,217,149); }

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