Html Css Color HEX #50C290 Silver Tree

📋 copy color: '#50C290'

red 80 ◦ green 194 ◦ blue 144

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

Shades of Silver Tree #50C290

Tints of Silver Tree #50C290

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 19.14%
G = 46.41%
B = 34.45%

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

#50C290 (or 0x50C290) is known color: Silver Tree. HEX triplet: 50, C2 and 90. RGB value is (80,194,144). Sum of RGB (Red+Green+Blue) = 80+194+144=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #50C290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C290 is #AF3D6F. Grayscale: #9A9A9A. Windows color (decimal): -11484528 or 9486928. OLE color: 9486928.

HSL color Cylindrical-coordinate representation of color #50C290: hue angle of 153.68º 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 #50C290 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 144 -
CMYK 0.59 0 0.26 0.24
HSL 153.68º 0.48% 0.54% -
HSV(B) 153.68º 0.59% 0.76% -
XYZ 27.63 42.3 33.09 -
YUV 154.21 122.23 75.07 -
System Red Green Blue C M Y K H S L
Decimal 80 194 144 0.59 0 0.26 0.24 153.68 0.48 0.54
Hex 50 C2 90 3B 0 1A 18 9A 30 36
Octal 120 302 220 73 0 32 30 232 60 66
Binary 1010000 11000010 10010000 111011 0 11010 11000 10011010 110000 110110

Color Harmonies of #50C290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C290

Black with #50C290

Text Example


Text Example

White with #50C290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,194,144); }

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

background-color css

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

 a { background-color: rgb(80,194,144); }

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

border-color css

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

 span { border-color: rgb(80,194,144); }

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