Html Css Color HEX #50D67F Emerald

📋 copy color: '#50D67F'

red 80 ◦ green 214 ◦ blue 127

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

Shades of Emerald #50D67F

Tints of Emerald #50D67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.83%

 BLUE value IS 127 (50% from 255) = 30.17%

R = 19%
G = 50.83%
B = 30.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#50D67F (or 0x50D67F) is known color: Emerald. HEX triplet: 50, D6 and 7F. RGB value is (80,214,127). Sum of RGB (Red+Green+Blue) = 80+214+127=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #50D67F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D67F is #AF2980. Grayscale: #A4A4A4. Windows color (decimal): -11479425 or 8377936. OLE color: 8377936.

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

Color convert

RGB 80 214 127 -
CMYK 0.63 0 0.41 0.16
HSL 141.04º 0.62% 0.58% -
HSV(B) 141.04º 0.63% 0.84% -
XYZ 31.19 51.33 28.34 -
YUV 164.02 107.11 68.07 -
System Red Green Blue C M Y K H S L
Decimal 80 214 127 0.63 0 0.41 0.16 141.04 0.62 0.58
Hex 50 D6 7F 3F 0 29 10 8D 3E 3A
Octal 120 326 177 77 0 51 20 215 76 72
Binary 1010000 11010110 1111111 111111 0 101001 10000 10001101 111110 111010

Color Harmonies of #50D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D67F

Black with #50D67F

Text Example


Text Example

White with #50D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,214,127); }

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

background-color css

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

 a { background-color: rgb(80,214,127); }

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

border-color css

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

 span { border-color: rgb(80,214,127); }

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