Html Css Color HEX #50D495 Silver Tree

📋 copy color: '#50D495'

red 80 ◦ green 212 ◦ blue 149

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

Shades of Silver Tree #50D495

Tints of Silver Tree #50D495

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.07%

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

R = 18.14%
G = 48.07%
B = 33.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#50D495 (or 0x50D495) is known color: Silver Tree. HEX triplet: 50, D4 and 95. RGB value is (80,212,149). Sum of RGB (Red+Green+Blue) = 80+212+149=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #50D495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D495 is #AF2B6A. Grayscale: #A5A5A5. Windows color (decimal): -11479915 or 9819216. OLE color: 9819216.

HSL color Cylindrical-coordinate representation of color #50D495: hue angle of 151.36º degrees, saturation: 0.61, 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 #50D495 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 212 149 -
CMYK 0.62 0 0.30 0.17
HSL 151.36º 0.61% 0.57% -
HSV(B) 151.36º 0.62% 0.83% -
XYZ 32.28 50.96 36.57 -
YUV 165.35 118.77 67.12 -
System Red Green Blue C M Y K H S L
Decimal 80 212 149 0.62 0 0.30 0.17 151.36 0.61 0.57
Hex 50 D4 95 3E 0 1E 11 97 3D 39
Octal 120 324 225 76 0 36 21 227 75 71
Binary 1010000 11010100 10010101 111110 0 11110 10001 10010111 111101 111001

Color Harmonies of #50D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D495

Black with #50D495

Text Example


Text Example

White with #50D495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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