Html Css Color HEX #50CA7B Emerald

📋 copy color: '#50CA7B'

red 80 ◦ green 202 ◦ blue 123

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

Shades of Emerald #50CA7B

Tints of Emerald #50CA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 19.75%
G = 49.88%
B = 30.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#50CA7B (or 0x50CA7B) is known color: Emerald. HEX triplet: 50, CA and 7B. RGB value is (80,202,123). Sum of RGB (Red+Green+Blue) = 80+202+123=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA7B is #AF3584. Grayscale: #9C9C9C. Windows color (decimal): -11482501 or 8112720. OLE color: 8112720.

HSL color Cylindrical-coordinate representation of color #50CA7B: hue angle of 141.15º 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 #50CA7B is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 123 -
CMYK 0.60 0 0.39 0.21
HSL 141.15º 0.54% 0.55% -
HSV(B) 141.15º 0.6% 0.79% -
XYZ 28 45.38 26.02 -
YUV 156.52 109.08 73.42 -
System Red Green Blue C M Y K H S L
Decimal 80 202 123 0.60 0 0.39 0.21 141.15 0.54 0.55
Hex 50 CA 7B 3C 0 27 15 8D 36 37
Octal 120 312 173 74 0 47 25 215 66 67
Binary 1010000 11001010 1111011 111100 0 100111 10101 10001101 110110 110111

Color Harmonies of #50CA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA7B

Black with #50CA7B

Text Example


Text Example

White with #50CA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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