Html Css Color HEX #50C08C Silver Tree

📋 copy color: '#50C08C'

red 80 ◦ green 192 ◦ blue 140

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

Shades of Silver Tree #50C08C

Tints of Silver Tree #50C08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.6%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 19.42%
G = 46.6%
B = 33.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#50C08C (or 0x50C08C) is known color: Silver Tree. HEX triplet: 50, C0 and 8C. RGB value is (80,192,140). Sum of RGB (Red+Green+Blue) = 80+192+140=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #50C08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C08C is #AF3F73. Grayscale: #989898. Windows color (decimal): -11485044 or 9224272. OLE color: 9224272.

HSL color Cylindrical-coordinate representation of color #50C08C: hue angle of 152.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C08C is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 140 -
CMYK 0.58 0 0.27 0.25
HSL 152.14º 0.47% 0.53% -
HSV(B) 152.14º 0.58% 0.75% -
XYZ 26.89 41.3 31.36 -
YUV 152.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 80 192 140 0.58 0 0.27 0.25 152.14 0.47 0.53
Hex 50 C0 8C 3A 0 1B 19 98 2F 35
Octal 120 300 214 72 0 33 31 230 57 65
Binary 1010000 11000000 10001100 111010 0 11011 11001 10011000 101111 110101

Color Harmonies of #50C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C08C

Black with #50C08C

Text Example


Text Example

White with #50C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,140); }

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

background-color css

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

 a { background-color: rgb(80,192,140); }

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

border-color css

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

 span { border-color: rgb(80,192,140); }

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