Html Css Color HEX #50CD83 Emerald

📋 copy color: '#50CD83'

red 80 ◦ green 205 ◦ blue 131

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

Shades of Emerald #50CD83

Tints of Emerald #50CD83

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.28%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 19.23%
G = 49.28%
B = 31.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#50CD83 (or 0x50CD83) is known color: Emerald. HEX triplet: 50, CD and 83. RGB value is (80,205,131). Sum of RGB (Red+Green+Blue) = 80+205+131=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CD83 is #AF327C. Grayscale: #9F9F9F. Windows color (decimal): -11481725 or 8637776. OLE color: 8637776.

HSL color Cylindrical-coordinate representation of color #50CD83: hue angle of 144.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CD83 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 131 -
CMYK 0.61 0 0.36 0.20
HSL 144.48º 0.56% 0.56% -
HSV(B) 144.48º 0.61% 0.8% -
XYZ 29.24 47.01 29.01 -
YUV 159.19 112.09 71.52 -
System Red Green Blue C M Y K H S L
Decimal 80 205 131 0.61 0 0.36 0.20 144.48 0.56 0.56
Hex 50 CD 83 3D 0 24 14 90 38 38
Octal 120 315 203 75 0 44 24 220 70 70
Binary 1010000 11001101 10000011 111101 0 100100 10100 10010000 111000 111000

Color Harmonies of #50CD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CD83

Black with #50CD83

Text Example


Text Example

White with #50CD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,205,131); }

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

background-color css

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

 a { background-color: rgb(80,205,131); }

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

border-color css

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

 span { border-color: rgb(80,205,131); }

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