Html Css Color HEX #50D667 Emerald

📋 copy color: '#50D667'

red 80 ◦ green 214 ◦ blue 103

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

Shades of Emerald #50D667

Tints of Emerald #50D667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.94%

R = 20.15%
G = 53.9%
B = 25.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#50D667 (or 0x50D667) is known color: Emerald. HEX triplet: 50, D6 and 67. RGB value is (80,214,103). Sum of RGB (Red+Green+Blue) = 80+214+103=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #50D667 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D667 is #AF2998. Grayscale: #A1A1A1. Windows color (decimal): -11479449 or 6805072. OLE color: 6805072.

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

Color convert

RGB 80 214 103 -
CMYK 0.63 0 0.52 0.16
HSL 130.3º 0.62% 0.58% -
HSV(B) 130.3º 0.63% 0.84% -
XYZ 29.8 50.78 21.06 -
YUV 161.28 95.11 70.03 -
System Red Green Blue C M Y K H S L
Decimal 80 214 103 0.63 0 0.52 0.16 130.3 0.62 0.58
Hex 50 D6 67 3F 0 34 10 82 3E 3A
Octal 120 326 147 77 0 64 20 202 76 72
Binary 1010000 11010110 1100111 111111 0 110100 10000 10000010 111110 111010

Color Harmonies of #50D667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D667

Black with #50D667

Text Example


Text Example

White with #50D667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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