Html Css Color HEX #50DE5E Emerald

📋 copy color: '#50DE5E'

red 80 ◦ green 222 ◦ blue 94

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

Shades of Emerald #50DE5E

Tints of Emerald #50DE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.06%

 BLUE value IS 94 (37.11% from 255) = 23.74%

R = 20.2%
G = 56.06%
B = 23.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#50DE5E (or 0x50DE5E) is known color: Emerald. HEX triplet: 50, DE and 5E. RGB value is (80,222,94). Sum of RGB (Red+Green+Blue) = 80+222+94=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 222 (87.11% from 255 or 56.06% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DE5E is #AF21A1. Grayscale: #A5A5A5. Windows color (decimal): -11477410 or 6217296. OLE color: 6217296.

HSL color Cylindrical-coordinate representation of color #50DE5E: hue angle of 125.92º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DE5E is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 222 94 -
CMYK 0.64 0 0.58 0.13
HSL 125.92º 0.68% 0.59% -
HSV(B) 125.92º 0.64% 0.87% -
XYZ 31.45 54.76 19.5 -
YUV 164.95 87.96 67.41 -
System Red Green Blue C M Y K H S L
Decimal 80 222 94 0.64 0 0.58 0.13 125.92 0.68 0.59
Hex 50 DE 5E 40 0 3A D 7E 44 3B
Octal 120 336 136 100 0 72 15 176 104 73
Binary 1010000 11011110 1011110 1000000 0 111010 1101 1111110 1000100 111011

Color Harmonies of #50DE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DE5E

Black with #50DE5E

Text Example


Text Example

White with #50DE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,222,94); }

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

background-color css

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

 a { background-color: rgb(80,222,94); }

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

border-color css

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

 span { border-color: rgb(80,222,94); }

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