Html Css Color HEX #50DB83 Emerald

📋 copy color: '#50DB83'

red 80 ◦ green 219 ◦ blue 131

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

Shades of Emerald #50DB83

Tints of Emerald #50DB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.47%

R = 18.6%
G = 50.93%
B = 30.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#50DB83 (or 0x50DB83) is known color: Emerald. HEX triplet: 50, DB and 83. RGB value is (80,219,131). Sum of RGB (Red+Green+Blue) = 80+219+131=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB83 is #AF247C. Grayscale: #A7A7A7. Windows color (decimal): -11478141 or 8641360. OLE color: 8641360.

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

Color convert

RGB 80 219 131 -
CMYK 0.63 0 0.40 0.14
HSL 142.01º 0.66% 0.59% -
HSV(B) 142.01º 0.63% 0.86% -
XYZ 32.74 54.01 30.17 -
YUV 167.41 107.45 65.66 -
System Red Green Blue C M Y K H S L
Decimal 80 219 131 0.63 0 0.40 0.14 142.01 0.66 0.59
Hex 50 DB 83 3F 0 28 E 8E 42 3B
Octal 120 333 203 77 0 50 16 216 102 73
Binary 1010000 11011011 10000011 111111 0 101000 1110 10001110 1000010 111011

Color Harmonies of #50DB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB83

Black with #50DB83

Text Example


Text Example

White with #50DB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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