Html Css Color HEX #50C27F Emerald

📋 copy color: '#50C27F'

red 80 ◦ green 194 ◦ blue 127

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

Shades of Emerald #50C27F

Tints of Emerald #50C27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.38%

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

R = 19.95%
G = 48.38%
B = 31.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#50C27F (or 0x50C27F) is known color: Emerald. HEX triplet: 50, C2 and 7F. RGB value is (80,194,127). Sum of RGB (Red+Green+Blue) = 80+194+127=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #50C27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C27F is #AF3D80. Grayscale: #989898. Windows color (decimal): -11484545 or 8372816. OLE color: 8372816.

HSL color Cylindrical-coordinate representation of color #50C27F: hue angle of 144.74º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C27F is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 194 127 -
CMYK 0.59 0 0.35 0.24
HSL 144.74º 0.48% 0.54% -
HSV(B) 144.74º 0.59% 0.76% -
XYZ 26.43 41.82 26.76 -
YUV 152.28 113.73 76.45 -
System Red Green Blue C M Y K H S L
Decimal 80 194 127 0.59 0 0.35 0.24 144.74 0.48 0.54
Hex 50 C2 7F 3B 0 23 18 91 30 36
Octal 120 302 177 73 0 43 30 221 60 66
Binary 1010000 11000010 1111111 111011 0 100011 11000 10010001 110000 110110

Color Harmonies of #50C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C27F

Black with #50C27F

Text Example


Text Example

White with #50C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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