Html Css Color HEX #50E067 Emerald

📋 copy color: '#50E067'

red 80 ◦ green 224 ◦ blue 103

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

Shades of Emerald #50E067

Tints of Emerald #50E067

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.04%

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

R = 19.66%
G = 55.04%
B = 25.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#50E067 (or 0x50E067) is known color: Emerald. HEX triplet: 50, E0 and 67. RGB value is (80,224,103). Sum of RGB (Red+Green+Blue) = 80+224+103=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #50E067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50E067 is #AF1F98. Grayscale: #A7A7A7. Windows color (decimal): -11476889 or 6807632. OLE color: 6807632.

HSL color Cylindrical-coordinate representation of color #50E067: hue angle of 129.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E067 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 103 -
CMYK 0.64 0 0.54 0.12
HSL 129.58º 0.7% 0.6% -
HSV(B) 129.58º 0.64% 0.88% -
XYZ 32.41 56 21.93 -
YUV 167.15 91.79 65.84 -
System Red Green Blue C M Y K H S L
Decimal 80 224 103 0.64 0 0.54 0.12 129.58 0.7 0.6
Hex 50 E0 67 40 0 36 C 82 46 3C
Octal 120 340 147 100 0 66 14 202 106 74
Binary 1010000 11100000 1100111 1000000 0 110110 1100 10000010 1000110 111100

Color Harmonies of #50E067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E067

Black with #50E067

Text Example


Text Example

White with #50E067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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