Html Css Color HEX #50CA7F Emerald

📋 copy color: '#50CA7F'

red 80 ◦ green 202 ◦ blue 127

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

Shades of Emerald #50CA7F

Tints of Emerald #50CA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.05%

R = 19.56%
G = 49.39%
B = 31.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#50CA7F (or 0x50CA7F) is known color: Emerald. HEX triplet: 50, CA and 7F. RGB value is (80,202,127). Sum of RGB (Red+Green+Blue) = 80+202+127=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA7F is #AF3580. Grayscale: #9D9D9D. Windows color (decimal): -11482497 or 8374864. OLE color: 8374864.

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

Color convert

RGB 80 202 127 -
CMYK 0.60 0 0.37 0.21
HSL 143.11º 0.54% 0.55% -
HSV(B) 143.11º 0.6% 0.79% -
XYZ 28.26 45.48 27.37 -
YUV 156.97 111.08 73.1 -
System Red Green Blue C M Y K H S L
Decimal 80 202 127 0.60 0 0.37 0.21 143.11 0.54 0.55
Hex 50 CA 7F 3C 0 25 15 8F 36 37
Octal 120 312 177 74 0 45 25 217 66 67
Binary 1010000 11001010 1111111 111100 0 100101 10101 10001111 110110 110111

Color Harmonies of #50CA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA7F

Black with #50CA7F

Text Example


Text Example

White with #50CA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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