Html Css Color HEX #50C96F Emerald

📋 copy color: '#50C96F'

red 80 ◦ green 201 ◦ blue 111

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

Shades of Emerald #50C96F

Tints of Emerald #50C96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.28%

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

R = 20.41%
G = 51.28%
B = 28.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#50C96F (or 0x50C96F) is known color: Emerald. HEX triplet: 50, C9 and 6F. RGB value is (80,201,111). Sum of RGB (Red+Green+Blue) = 80+201+111=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #50C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C96F is #AF3690. Grayscale: #9A9A9A. Windows color (decimal): -11482769 or 7326032. OLE color: 7326032.

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

Color convert

RGB 80 201 111 -
CMYK 0.60 0 0.45 0.21
HSL 135.37º 0.53% 0.55% -
HSV(B) 135.37º 0.6% 0.79% -
XYZ 27.06 44.63 22.23 -
YUV 154.56 103.41 74.82 -
System Red Green Blue C M Y K H S L
Decimal 80 201 111 0.60 0 0.45 0.21 135.37 0.53 0.55
Hex 50 C9 6F 3C 0 2D 15 87 35 37
Octal 120 311 157 74 0 55 25 207 65 67
Binary 1010000 11001001 1101111 111100 0 101101 10101 10000111 110101 110111

Color Harmonies of #50C96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C96F

Black with #50C96F

Text Example


Text Example

White with #50C96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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