Html Css Color HEX #50C18F Silver Tree

📋 copy color: '#50C18F'

red 80 ◦ green 193 ◦ blue 143

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

Shades of Silver Tree #50C18F

Tints of Silver Tree #50C18F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.39%

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 19.23%
G = 46.39%
B = 34.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#50C18F (or 0x50C18F) is known color: Silver Tree. HEX triplet: 50, C1 and 8F. RGB value is (80,193,143). Sum of RGB (Red+Green+Blue) = 80+193+143=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #50C18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C18F is #AF3E70. Grayscale: #999999. Windows color (decimal): -11484785 or 9421136. OLE color: 9421136.

HSL color Cylindrical-coordinate representation of color #50C18F: hue angle of 153.45º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C18F is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 193 143 -
CMYK 0.59 0 0.26 0.24
HSL 153.45º 0.48% 0.54% -
HSV(B) 153.45º 0.59% 0.76% -
XYZ 27.34 41.83 32.62 -
YUV 153.51 122.06 75.57 -
System Red Green Blue C M Y K H S L
Decimal 80 193 143 0.59 0 0.26 0.24 153.45 0.48 0.54
Hex 50 C1 8F 3B 0 1A 18 99 30 36
Octal 120 301 217 73 0 32 30 231 60 66
Binary 1010000 11000001 10001111 111011 0 11010 11000 10011001 110000 110110

Color Harmonies of #50C18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C18F

Black with #50C18F

Text Example


Text Example

White with #50C18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,193,143); }

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

background-color css

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

 a { background-color: rgb(80,193,143); }

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

border-color css

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

 span { border-color: rgb(80,193,143); }

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