Html Css Color HEX #50C46F Emerald

📋 copy color: '#50C46F'

red 80 ◦ green 196 ◦ blue 111

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

Shades of Emerald #50C46F

Tints of Emerald #50C46F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.65%

 BLUE value IS 111 (43.75% from 255) = 28.68%

R = 20.67%
G = 50.65%
B = 28.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#50C46F (or 0x50C46F) is known color: Emerald. HEX triplet: 50, C4 and 6F. RGB value is (80,196,111). Sum of RGB (Red+Green+Blue) = 80+196+111=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #50C46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C46F is #AF3B90. Grayscale: #979797. Windows color (decimal): -11484049 or 7324752. OLE color: 7324752.

HSL color Cylindrical-coordinate representation of color #50C46F: hue angle of 136.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C46F is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 196 111 -
CMYK 0.59 0 0.43 0.23
HSL 136.03º 0.5% 0.54% -
HSV(B) 136.03º 0.59% 0.77% -
XYZ 25.92 42.33 21.84 -
YUV 151.63 105.07 76.91 -
System Red Green Blue C M Y K H S L
Decimal 80 196 111 0.59 0 0.43 0.23 136.03 0.5 0.54
Hex 50 C4 6F 3B 0 2B 17 88 32 36
Octal 120 304 157 73 0 53 27 210 62 66
Binary 1010000 11000100 1101111 111011 0 101011 10111 10001000 110010 110110

Color Harmonies of #50C46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C46F

Black with #50C46F

Text Example


Text Example

White with #50C46F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,196,111); }

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

background-color css

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

 a { background-color: rgb(80,196,111); }

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

border-color css

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

 span { border-color: rgb(80,196,111); }

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