Html Css Color HEX #50C06B Emerald

📋 copy color: '#50C06B'

red 80 ◦ green 192 ◦ blue 107

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

Shades of Emerald #50C06B

Tints of Emerald #50C06B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 21.11%
G = 50.66%
B = 28.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#50C06B (or 0x50C06B) is known color: Emerald. HEX triplet: 50, C0 and 6B. RGB value is (80,192,107). Sum of RGB (Red+Green+Blue) = 80+192+107=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #50C06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C06B is #AF3F94. Grayscale: #959595. Windows color (decimal): -11485077 or 7061584. OLE color: 7061584.

HSL color Cylindrical-coordinate representation of color #50C06B: hue angle of 134.46º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50C06B is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 192 107 -
CMYK 0.58 0 0.44 0.25
HSL 134.46º 0.47% 0.53% -
HSV(B) 134.46º 0.58% 0.75% -
XYZ 24.81 40.47 20.41 -
YUV 148.82 104.39 78.91 -
System Red Green Blue C M Y K H S L
Decimal 80 192 107 0.58 0 0.44 0.25 134.46 0.47 0.53
Hex 50 C0 6B 3A 0 2C 19 86 2F 35
Octal 120 300 153 72 0 54 31 206 57 65
Binary 1010000 11000000 1101011 111010 0 101100 11001 10000110 101111 110101

Color Harmonies of #50C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C06B

Black with #50C06B

Text Example


Text Example

White with #50C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,107); }

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

background-color css

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

 a { background-color: rgb(80,192,107); }

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

border-color css

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

 span { border-color: rgb(80,192,107); }

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