Html Css Color HEX #50DA61 Emerald

📋 copy color: '#50DA61'

red 80 ◦ green 218 ◦ blue 97

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

Shades of Emerald #50DA61

Tints of Emerald #50DA61

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.19%

 BLUE value IS 97 (38.28% from 255) = 24.56%

R = 20.25%
G = 55.19%
B = 24.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#50DA61 (or 0x50DA61) is known color: Emerald. HEX triplet: 50, DA and 61. RGB value is (80,218,97). Sum of RGB (Red+Green+Blue) = 80+218+97=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DA61 is #AF259E. Grayscale: #A3A3A3. Windows color (decimal): -11478431 or 6412880. OLE color: 6412880.

HSL color Cylindrical-coordinate representation of color #50DA61: hue angle of 127.39º degrees, saturation: 0.65, 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 #50DA61 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 97 -
CMYK 0.63 0 0.56 0.15
HSL 127.39º 0.65% 0.58% -
HSV(B) 127.39º 0.63% 0.85% -
XYZ 30.54 52.71 19.87 -
YUV 162.94 90.78 68.84 -
System Red Green Blue C M Y K H S L
Decimal 80 218 97 0.63 0 0.56 0.15 127.39 0.65 0.58
Hex 50 DA 61 3F 0 38 F 7F 41 3A
Octal 120 332 141 77 0 70 17 177 101 72
Binary 1010000 11011010 1100001 111111 0 111000 1111 1111111 1000001 111010

Color Harmonies of #50DA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA61

Black with #50DA61

Text Example


Text Example

White with #50DA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,218,97); }

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

background-color css

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

 a { background-color: rgb(80,218,97); }

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

border-color css

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

 span { border-color: rgb(80,218,97); }

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