Html Css Color HEX #50CA74 Emerald

📋 copy color: '#50CA74'

red 80 ◦ green 202 ◦ blue 116

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

Shades of Emerald #50CA74

Tints of Emerald #50CA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 20.1%
G = 50.75%
B = 29.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#50CA74 (or 0x50CA74) is known color: Emerald. HEX triplet: 50, CA and 74. RGB value is (80,202,116). Sum of RGB (Red+Green+Blue) = 80+202+116=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA74 is #AF358B. Grayscale: #9B9B9B. Windows color (decimal): -11482508 or 7653968. OLE color: 7653968.

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

Color convert

RGB 80 202 116 -
CMYK 0.60 0 0.43 0.21
HSL 137.7º 0.54% 0.55% -
HSV(B) 137.7º 0.6% 0.79% -
XYZ 27.58 45.21 23.8 -
YUV 155.72 105.58 73.99 -
System Red Green Blue C M Y K H S L
Decimal 80 202 116 0.60 0 0.43 0.21 137.7 0.54 0.55
Hex 50 CA 74 3C 0 2B 15 8A 36 37
Octal 120 312 164 74 0 53 25 212 66 67
Binary 1010000 11001010 1110100 111100 0 101011 10101 10001010 110110 110111

Color Harmonies of #50CA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA74

Black with #50CA74

Text Example


Text Example

White with #50CA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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