Html Css Color HEX #55D293 Silver Tree

📋 copy color: '#55D293'

red 85 ◦ green 210 ◦ blue 147

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

Shades of Silver Tree #55D293

Tints of Silver Tree #55D293

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.51%

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 19.23%
G = 47.51%
B = 33.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#55D293 (or 0x55D293) is known color: Silver Tree. HEX triplet: 55, D2 and 93. RGB value is (85,210,147). Sum of RGB (Red+Green+Blue) = 85+210+147=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #55D293 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D293 is #AA2D6C. Grayscale: #A5A5A5. Windows color (decimal): -11152749 or 9687637. OLE color: 9687637.

HSL color Cylindrical-coordinate representation of color #55D293: hue angle of 149.76º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D293 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 147 -
CMYK 0.60 0 0.30 0.18
HSL 149.76º 0.58% 0.58% -
HSV(B) 149.76º 0.6% 0.82% -
XYZ 32.06 50.13 35.59 -
YUV 165.44 117.59 70.62 -
System Red Green Blue C M Y K H S L
Decimal 85 210 147 0.60 0 0.30 0.18 149.76 0.58 0.58
Hex 55 D2 93 3C 0 1E 12 96 3A 3A
Octal 125 322 223 74 0 36 22 226 72 72
Binary 1010101 11010010 10010011 111100 0 11110 10010 10010110 111010 111010

Color Harmonies of #55D293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D293

Black with #55D293

Text Example


Text Example

White with #55D293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,210,147); }

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

background-color css

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

 a { background-color: rgb(85,210,147); }

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

border-color css

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

 span { border-color: rgb(85,210,147); }

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