Html Css Color HEX #50CA81 Emerald

📋 copy color: '#50CA81'

red 80 ◦ green 202 ◦ blue 129

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

Shades of Emerald #50CA81

Tints of Emerald #50CA81

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.15%

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 19.46%
G = 49.15%
B = 31.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#50CA81 (or 0x50CA81) is known color: Emerald. HEX triplet: 50, CA and 81. RGB value is (80,202,129). Sum of RGB (Red+Green+Blue) = 80+202+129=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA81 is #AF357E. Grayscale: #9D9D9D. Windows color (decimal): -11482495 or 8505936. OLE color: 8505936.

HSL color Cylindrical-coordinate representation of color #50CA81: hue angle of 144.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA81 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 129 -
CMYK 0.60 0 0.36 0.21
HSL 144.1º 0.54% 0.55% -
HSV(B) 144.1º 0.6% 0.79% -
XYZ 28.39 45.53 28.06 -
YUV 157.2 112.08 72.94 -
System Red Green Blue C M Y K H S L
Decimal 80 202 129 0.60 0 0.36 0.21 144.1 0.54 0.55
Hex 50 CA 81 3C 0 24 15 90 36 37
Octal 120 312 201 74 0 44 25 220 66 67
Binary 1010000 11001010 10000001 111100 0 100100 10101 10010000 110110 110111

Color Harmonies of #50CA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA81

Black with #50CA81

Text Example


Text Example

White with #50CA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,202,129); }

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

background-color css

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

 a { background-color: rgb(80,202,129); }

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

border-color css

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

 span { border-color: rgb(80,202,129); }

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