Html Css Color HEX #50D86F Emerald

📋 copy color: '#50D86F'

red 80 ◦ green 216 ◦ blue 111

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

Shades of Emerald #50D86F

Tints of Emerald #50D86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.07%

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

R = 19.66%
G = 53.07%
B = 27.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#50D86F (or 0x50D86F) is known color: Emerald. HEX triplet: 50, D8 and 6F. RGB value is (80,216,111). Sum of RGB (Red+Green+Blue) = 80+216+111=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #50D86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D86F is #AF2790. Grayscale: #A3A3A3. Windows color (decimal): -11478929 or 7329872. OLE color: 7329872.

HSL color Cylindrical-coordinate representation of color #50D86F: hue angle of 133.68º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D86F is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 111 -
CMYK 0.63 0 0.49 0.15
HSL 133.68º 0.64% 0.58% -
HSV(B) 133.68º 0.63% 0.85% -
XYZ 30.73 51.96 23.45 -
YUV 163.37 98.44 68.54 -
System Red Green Blue C M Y K H S L
Decimal 80 216 111 0.63 0 0.49 0.15 133.68 0.64 0.58
Hex 50 D8 6F 3F 0 31 F 86 40 3A
Octal 120 330 157 77 0 61 17 206 100 72
Binary 1010000 11011000 1101111 111111 0 110001 1111 10000110 1000000 111010

Color Harmonies of #50D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D86F

Black with #50D86F

Text Example


Text Example

White with #50D86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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