Html Css Color HEX #50DB6F Emerald

📋 copy color: '#50DB6F'

red 80 ◦ green 219 ◦ blue 111

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

Shades of Emerald #50DB6F

Tints of Emerald #50DB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 19.51%
G = 53.41%
B = 27.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#50DB6F (or 0x50DB6F) is known color: Emerald. HEX triplet: 50, DB and 6F. RGB value is (80,219,111). Sum of RGB (Red+Green+Blue) = 80+219+111=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB6F is #AF2490. Grayscale: #A5A5A5. Windows color (decimal): -11478161 or 7330640. OLE color: 7330640.

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

Color convert

RGB 80 219 111 -
CMYK 0.63 0 0.49 0.14
HSL 133.38º 0.66% 0.59% -
HSV(B) 133.38º 0.63% 0.86% -
XYZ 31.51 53.52 23.71 -
YUV 165.13 97.45 67.28 -
System Red Green Blue C M Y K H S L
Decimal 80 219 111 0.63 0 0.49 0.14 133.38 0.66 0.59
Hex 50 DB 6F 3F 0 31 E 85 42 3B
Octal 120 333 157 77 0 61 16 205 102 73
Binary 1010000 11011011 1101111 111111 0 110001 1110 10000101 1000010 111011

Color Harmonies of #50DB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB6F

Black with #50DB6F

Text Example


Text Example

White with #50DB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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