Html Css Color HEX #50CA95 Silver Tree

📋 copy color: '#50CA95'

red 80 ◦ green 202 ◦ blue 149

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

Shades of Silver Tree #50CA95

Tints of Silver Tree #50CA95

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.87%

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 18.56%
G = 46.87%
B = 34.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#50CA95 (or 0x50CA95) is known color: Silver Tree. HEX triplet: 50, CA and 95. RGB value is (80,202,149). Sum of RGB (Red+Green+Blue) = 80+202+149=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA95 is #AF356A. Grayscale: #9F9F9F. Windows color (decimal): -11482475 or 9816656. OLE color: 9816656.

HSL color Cylindrical-coordinate representation of color #50CA95: hue angle of 153.93º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA95 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 149 -
CMYK 0.60 0 0.26 0.21
HSL 153.93º 0.54% 0.55% -
HSV(B) 153.93º 0.6% 0.79% -
XYZ 29.85 46.12 35.76 -
YUV 159.48 122.08 71.31 -
System Red Green Blue C M Y K H S L
Decimal 80 202 149 0.60 0 0.26 0.21 153.93 0.54 0.55
Hex 50 CA 95 3C 0 1A 15 9A 36 37
Octal 120 312 225 74 0 32 25 232 66 67
Binary 1010000 11001010 10010101 111100 0 11010 10101 10011010 110110 110111

Color Harmonies of #50CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA95

Black with #50CA95

Text Example


Text Example

White with #50CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,202,149); }

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

background-color css

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

 a { background-color: rgb(80,202,149); }

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

border-color css

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

 span { border-color: rgb(80,202,149); }

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