Html Css Color HEX #50C67F Emerald

📋 copy color: '#50C67F'

red 80 ◦ green 198 ◦ blue 127

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

Shades of Emerald #50C67F

Tints of Emerald #50C67F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.89%

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

R = 19.75%
G = 48.89%
B = 31.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#50C67F (or 0x50C67F) is known color: Emerald. HEX triplet: 50, C6 and 7F. RGB value is (80,198,127). Sum of RGB (Red+Green+Blue) = 80+198+127=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #50C67F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C67F is #AF3980. Grayscale: #9A9A9A. Windows color (decimal): -11483521 or 8373840. OLE color: 8373840.

HSL color Cylindrical-coordinate representation of color #50C67F: hue angle of 143.9º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C67F is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 198 127 -
CMYK 0.60 0 0.36 0.22
HSL 143.9º 0.51% 0.55% -
HSV(B) 143.9º 0.6% 0.78% -
XYZ 27.33 43.63 27.06 -
YUV 154.62 112.41 74.77 -
System Red Green Blue C M Y K H S L
Decimal 80 198 127 0.60 0 0.36 0.22 143.9 0.51 0.55
Hex 50 C6 7F 3C 0 24 16 90 33 37
Octal 120 306 177 74 0 44 26 220 63 67
Binary 1010000 11000110 1111111 111100 0 100100 10110 10010000 110011 110111

Color Harmonies of #50C67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C67F

Black with #50C67F

Text Example


Text Example

White with #50C67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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