Html Css Color HEX #50CA6D Emerald

📋 copy color: '#50CA6D'

red 80 ◦ green 202 ◦ blue 109

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

Shades of Emerald #50CA6D

Tints of Emerald #50CA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.88%

R = 20.46%
G = 51.66%
B = 27.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#50CA6D (or 0x50CA6D) is known color: Emerald. HEX triplet: 50, CA and 6D. RGB value is (80,202,109). Sum of RGB (Red+Green+Blue) = 80+202+109=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA6D is #AF3592. Grayscale: #9B9B9B. Windows color (decimal): -11482515 or 7195216. OLE color: 7195216.

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

Color convert

RGB 80 202 109 -
CMYK 0.60 0 0.46 0.21
HSL 134.26º 0.54% 0.55% -
HSV(B) 134.26º 0.6% 0.79% -
XYZ 27.19 45.05 21.73 -
YUV 154.92 102.08 74.56 -
System Red Green Blue C M Y K H S L
Decimal 80 202 109 0.60 0 0.46 0.21 134.26 0.54 0.55
Hex 50 CA 6D 3C 0 2E 15 86 36 37
Octal 120 312 155 74 0 56 25 206 66 67
Binary 1010000 11001010 1101101 111100 0 101110 10101 10000110 110110 110111

Color Harmonies of #50CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA6D

Black with #50CA6D

Text Example


Text Example

White with #50CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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