Html Css Color HEX #50DA62 Emerald

📋 copy color: '#50DA62'

red 80 ◦ green 218 ◦ blue 98

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

Shades of Emerald #50DA62

Tints of Emerald #50DA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.75%

R = 20.2%
G = 55.05%
B = 24.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#50DA62 (or 0x50DA62) is known color: Emerald. HEX triplet: 50, DA and 62. RGB value is (80,218,98). Sum of RGB (Red+Green+Blue) = 80+218+98=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DA62 is #AF259D. Grayscale: #A3A3A3. Windows color (decimal): -11478430 or 6478416. OLE color: 6478416.

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

Color convert

RGB 80 218 98 -
CMYK 0.63 0 0.55 0.15
HSL 127.83º 0.65% 0.58% -
HSV(B) 127.83º 0.63% 0.85% -
XYZ 30.58 52.73 20.12 -
YUV 163.06 91.28 68.76 -
System Red Green Blue C M Y K H S L
Decimal 80 218 98 0.63 0 0.55 0.15 127.83 0.65 0.58
Hex 50 DA 62 3F 0 37 F 80 41 3A
Octal 120 332 142 77 0 67 17 200 101 72
Binary 1010000 11011010 1100010 111111 0 110111 1111 10000000 1000001 111010

Color Harmonies of #50DA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA62

Black with #50DA62

Text Example


Text Example

White with #50DA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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