Html Css Color HEX #50C58F Silver Tree

📋 copy color: '#50C58F'

red 80 ◦ green 197 ◦ blue 143

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

Shades of Silver Tree #50C58F

Tints of Silver Tree #50C58F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.9%

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

R = 19.05%
G = 46.9%
B = 34.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#50C58F (or 0x50C58F) is known color: Silver Tree. HEX triplet: 50, C5 and 8F. RGB value is (80,197,143). Sum of RGB (Red+Green+Blue) = 80+197+143=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #50C58F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C58F is #AF3A70. Grayscale: #9B9B9B. Windows color (decimal): -11483761 or 9422160. OLE color: 9422160.

HSL color Cylindrical-coordinate representation of color #50C58F: hue angle of 152.31º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C58F is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 143 -
CMYK 0.59 0 0.27 0.23
HSL 152.31º 0.5% 0.54% -
HSV(B) 152.31º 0.59% 0.77% -
XYZ 28.23 43.62 32.92 -
YUV 155.86 120.74 73.89 -
System Red Green Blue C M Y K H S L
Decimal 80 197 143 0.59 0 0.27 0.23 152.31 0.5 0.54
Hex 50 C5 8F 3B 0 1B 17 98 32 36
Octal 120 305 217 73 0 33 27 230 62 66
Binary 1010000 11000101 10001111 111011 0 11011 10111 10011000 110010 110110

Color Harmonies of #50C58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C58F

Black with #50C58F

Text Example


Text Example

White with #50C58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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