Html Css Color HEX #50D395 Silver Tree

📋 copy color: '#50D395'

red 80 ◦ green 211 ◦ blue 149

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

Shades of Silver Tree #50D395

Tints of Silver Tree #50D395

RGB

 RED value IS 80 (31.64% from 255) = 18.18%

 GREEN value IS 211 (82.81% from 255) = 47.95%

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

R = 18.18%
G = 47.95%
B = 33.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#50D395 (or 0x50D395) is known color: Silver Tree. HEX triplet: 50, D3 and 95. RGB value is (80,211,149). Sum of RGB (Red+Green+Blue) = 80+211+149=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #50D395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D395 is #AF2C6A. Grayscale: #A4A4A4. Windows color (decimal): -11480171 or 9818960. OLE color: 9818960.

HSL color Cylindrical-coordinate representation of color #50D395: hue angle of 151.6º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D395 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 211 149 -
CMYK 0.62 0 0.29 0.17
HSL 151.6º 0.6% 0.57% -
HSV(B) 151.6º 0.62% 0.83% -
XYZ 32.03 50.46 36.49 -
YUV 164.76 119.1 67.54 -
System Red Green Blue C M Y K H S L
Decimal 80 211 149 0.62 0 0.29 0.17 151.6 0.6 0.57
Hex 50 D3 95 3E 0 1D 11 98 3C 39
Octal 120 323 225 76 0 35 21 230 74 71
Binary 1010000 11010011 10010101 111110 0 11101 10001 10011000 111100 111001

Color Harmonies of #50D395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D395

Black with #50D395

Text Example


Text Example

White with #50D395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50D395; }

 p { color: rgb(80,211,149); }

 H1.HeaderClassName
 {
   color: #50D395;
 }
 .AnyTagClassName
 {
   color: #50D395;
 }
</style>

background-color css

<style>
 a { background-color: #50D395; }

 a { background-color: rgb(80,211,149); }

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

border-color css

<style>
 span { border-color: #50D395; }

 span { border-color: rgb(80,211,149); }

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