Html Css Color HEX #50CD93 Silver Tree

📋 copy color: '#50CD93'

red 80 ◦ green 205 ◦ blue 147

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

Shades of Silver Tree #50CD93

Tints of Silver Tree #50CD93

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.45%

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 18.52%
G = 47.45%
B = 34.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#50CD93 (or 0x50CD93) is known color: Silver Tree. HEX triplet: 50, CD and 93. RGB value is (80,205,147). Sum of RGB (Red+Green+Blue) = 80+205+147=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CD93 is #AF326C. Grayscale: #A1A1A1. Windows color (decimal): -11481709 or 9686352. OLE color: 9686352.

HSL color Cylindrical-coordinate representation of color #50CD93: hue angle of 152.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CD93 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 147 -
CMYK 0.61 0 0.28 0.20
HSL 152.16º 0.56% 0.56% -
HSV(B) 152.16º 0.61% 0.8% -
XYZ 30.41 47.47 35.16 -
YUV 161.01 120.09 70.22 -
System Red Green Blue C M Y K H S L
Decimal 80 205 147 0.61 0 0.28 0.20 152.16 0.56 0.56
Hex 50 CD 93 3D 0 1C 14 98 38 38
Octal 120 315 223 75 0 34 24 230 70 70
Binary 1010000 11001101 10010011 111101 0 11100 10100 10011000 111000 111000

Color Harmonies of #50CD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD93

Black with #50CD93

Text Example


Text Example

White with #50CD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,205,147); }

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

background-color css

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

 a { background-color: rgb(80,205,147); }

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

border-color css

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

 span { border-color: rgb(80,205,147); }

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