Html Css Color HEX #50DB90 Emerald

📋 copy color: '#50DB90'

red 80 ◦ green 219 ◦ blue 144

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

Shades of Emerald #50DB90

Tints of Emerald #50DB90

RGB

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

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

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

R = 18.06%
G = 49.44%
B = 32.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#50DB90 (or 0x50DB90) is known color: Emerald. HEX triplet: 50, DB and 90. RGB value is (80,219,144). Sum of RGB (Red+Green+Blue) = 80+219+144=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB90 is #AF246F. Grayscale: #A9A9A9. Windows color (decimal): -11478128 or 9493328. OLE color: 9493328.

HSL color Cylindrical-coordinate representation of color #50DB90: hue angle of 147.63º 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 #50DB90 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 144 -
CMYK 0.63 0 0.34 0.14
HSL 147.63º 0.66% 0.59% -
HSV(B) 147.63º 0.63% 0.86% -
XYZ 33.67 54.38 35.11 -
YUV 168.89 113.95 64.6 -
System Red Green Blue C M Y K H S L
Decimal 80 219 144 0.63 0 0.34 0.14 147.63 0.66 0.59
Hex 50 DB 90 3F 0 22 E 94 42 3B
Octal 120 333 220 77 0 42 16 224 102 73
Binary 1010000 11011011 10010000 111111 0 100010 1110 10010100 1000010 111011

Color Harmonies of #50DB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB90

Black with #50DB90

Text Example


Text Example

White with #50DB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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