Html Css Color HEX #50D596 Shamrock

📋 copy color: '#50D596'

red 80 ◦ green 213 ◦ blue 150

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

Shades of Shamrock #50D596

Tints of Shamrock #50D596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.08%

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 18.06%
G = 48.08%
B = 33.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#50D596 (or 0x50D596) is known color: Shamrock. HEX triplet: 50, D5 and 96. RGB value is (80,213,150). Sum of RGB (Red+Green+Blue) = 80+213+150=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #50D596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D596 is #AF2A69. Grayscale: #A6A6A6. Windows color (decimal): -11479658 or 9885008. OLE color: 9885008.

HSL color Cylindrical-coordinate representation of color #50D596: hue angle of 151.58º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D596 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 150 -
CMYK 0.62 0 0.30 0.16
HSL 151.58º 0.61% 0.57% -
HSV(B) 151.58º 0.62% 0.84% -
XYZ 32.61 51.5 37.08 -
YUV 166.05 118.94 66.62 -
System Red Green Blue C M Y K H S L
Decimal 80 213 150 0.62 0 0.30 0.16 151.58 0.61 0.57
Hex 50 D5 96 3E 0 1E 10 98 3D 39
Octal 120 325 226 76 0 36 20 230 75 71
Binary 1010000 11010101 10010110 111110 0 11110 10000 10011000 111101 111001

Color Harmonies of #50D596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D596

Black with #50D596

Text Example


Text Example

White with #50D596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,150); }

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

background-color css

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

 a { background-color: rgb(80,213,150); }

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

border-color css

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

 span { border-color: rgb(80,213,150); }

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