Html Css Color HEX #50DB94 Shamrock

📋 copy color: '#50DB94'

red 80 ◦ green 219 ◦ blue 148

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

Shades of Shamrock #50DB94

Tints of Shamrock #50DB94

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.99%

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 17.9%
G = 48.99%
B = 33.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#50DB94 (or 0x50DB94) is known color: Shamrock. HEX triplet: 50, DB and 94. RGB value is (80,219,148). Sum of RGB (Red+Green+Blue) = 80+219+148=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB94 is #AF246B. Grayscale: #A9A9A9. Windows color (decimal): -11478124 or 9755472. OLE color: 9755472.

HSL color Cylindrical-coordinate representation of color #50DB94: hue angle of 149.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DB94 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 148 -
CMYK 0.63 0 0.32 0.14
HSL 149.35º 0.66% 0.59% -
HSV(B) 149.35º 0.63% 0.86% -
XYZ 33.99 54.51 36.75 -
YUV 169.35 115.95 64.27 -
System Red Green Blue C M Y K H S L
Decimal 80 219 148 0.63 0 0.32 0.14 149.35 0.66 0.59
Hex 50 DB 94 3F 0 20 E 95 42 3B
Octal 120 333 224 77 0 40 16 225 102 73
Binary 1010000 11011011 10010100 111111 0 100000 1110 10010101 1000010 111011

Color Harmonies of #50DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB94

Black with #50DB94

Text Example


Text Example

White with #50DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,219,148); }

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

background-color css

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

 a { background-color: rgb(80,219,148); }

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

border-color css

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

 span { border-color: rgb(80,219,148); }

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