Html Css Color HEX #50CB63 Emerald

📋 copy color: '#50CB63'

red 80 ◦ green 203 ◦ blue 99

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

Shades of Emerald #50CB63

Tints of Emerald #50CB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.14%

 BLUE value IS 99 (39.06% from 255) = 25.92%

R = 20.94%
G = 53.14%
B = 25.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#50CB63 (or 0x50CB63) is known color: Emerald. HEX triplet: 50, CB and 63. RGB value is (80,203,99). Sum of RGB (Red+Green+Blue) = 80+203+99=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB63 is #AF349C. Grayscale: #9A9A9A. Windows color (decimal): -11482269 or 6540112. OLE color: 6540112.

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

Color convert

RGB 80 203 99 -
CMYK 0.61 0 0.51 0.20
HSL 129.27º 0.54% 0.55% -
HSV(B) 129.27º 0.61% 0.8% -
XYZ 26.92 45.32 19.13 -
YUV 154.37 96.75 74.96 -
System Red Green Blue C M Y K H S L
Decimal 80 203 99 0.61 0 0.51 0.20 129.27 0.54 0.55
Hex 50 CB 63 3D 0 33 14 81 36 37
Octal 120 313 143 75 0 63 24 201 66 67
Binary 1010000 11001011 1100011 111101 0 110011 10100 10000001 110110 110111

Color Harmonies of #50CB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB63

Black with #50CB63

Text Example


Text Example

White with #50CB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,203,99); }

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

background-color css

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

 a { background-color: rgb(80,203,99); }

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

border-color css

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

 span { border-color: rgb(80,203,99); }

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